Loading Tool

Explorer IconExplorer

Memory Pool

52,198 transactions
22.32 vMB
0.11266507 BTC
Random Selection Loading Transactions
Max Size: 128.24/200 MB

Candidate Block

Mining Attempt 93b7bb528f27b8914d561802b980904e060640ec52b75308e86b5e7c2f778b08
Version 20000000
Previous Block 000000000000000000019b350dd3787adbfd3911162f42b02de18d341e686dda
Merkle Root f89fd672bfd4e8ca5edd9434219e7e83306156dfd71f701ea9012346496b1ef3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,713
Size: 1.00 vMB
Total Fees: 0.06128183 BTC
Feerates: 351.63 > 6.14 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,022 (505,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,899 408,899 0000000000000000037b0eee0bb754550019f1baae4a3077f751d8a9f250dacb 617 1.00/1.00 vMB 16
408,898 408,898 000000000000000002343ba3de235f6112e90cf49a21afd6d10cb1468a020fd1 1,709 1.00/1.00 vMB 32
408,897 408,897 000000000000000003f0ab7f7730dba18d0f16ad8a274f9d93ae40164c1b6b9d 1,090 0.99/1.00 vMB 26
408,896 408,896 0000000000000000021b28a33d897b903bcb3468755bf5b29d406f989623fb0d 1,425 0.99/1.00 vMB 26
408,895 408,895 000000000000000004824a35c0ccd6ad93cd85635cea19b95b8e321d7991c470 1,900 1.00/1.00 vMB 29
408,894 408,894 000000000000000000746051c1232fc1762f6a2932b5402069d498c5cf03a526 2,085 1.00/1.00 vMB 37
408,893 408,893 000000000000000004229f20f4f0e3ec5aa6641dc936badd5b29d47942ed7e5d 35 0.01/1.00 vMB 70
408,892 408,892 0000000000000000029748c3820646a54ebaa34d5cf3cb0dcc3a8706cdb7588f 2,722 1.00/1.00 vMB 53
408,891 408,891 0000000000000000049ef4afa7a7c388bada64c109f5ae2c878e3e9ac25c734b 2,403 1.00/1.00 vMB 42
408,890 408,890 000000000000000000354bb2d14224e91093fd25b233f76d4a7a2427c238cf5e 3,077 1.00/1.00 vMB 61
408,889 408,889 00000000000000000403344b1d8b1aff374056a52730f5d4b77cb13f691d3ac7 2,612 0.99/1.00 vMB 42
408,888 408,888 00000000000000000444a5621079aadcce1dbfa0439ab69006a2bef40c999637 1,631 1.00/1.00 vMB 44
408,887 408,887 000000000000000001295b3a92a6f24f14da49c5171c4f76f1d113b07ceed57a 1,381 0.99/1.00 vMB 40
408,886 408,886 000000000000000005acb82ca6ecd5d5d904299851e5496d8d7ff4c42312befc 2,891 1.00/1.00 vMB 71
408,885 408,885 000000000000000003a0b277de48b1619d89b8b1db2a4c70c1022300e9532677 734 0.41/1.00 vMB 33
408,884 408,884 0000000000000000048c7e7b03e0865515d1e0d389696390303c7fa00c45aa23 823 0.47/1.00 vMB 39
408,883 408,883 000000000000000000c517b8eb33983448a1ea70cfc040b2de2c684194ad5b17 612 0.98/1.00 vMB 9
408,882 408,882 000000000000000001ea422b6350639c1707f0ee2dc128387212c81df0c43097 1,047 1.00/1.00 vMB 17
408,881 408,881 000000000000000003a97147e30bcb1119e6d4230551255eef761cf8d6373300 2,466 1.00/1.00 vMB 42
408,880 408,880 0000000000000000032c22e8cce96a20c064210dc6a19cacb4796d9c1586f330 1,422 1.00/1.00 vMB 29
408,879 408,879 000000000000000004fe8d20707a7d3401876935f552f07a0a939263fe76aef2 2,659 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 780.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 551.00 GB
    • Received: 6.48 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.