Loading Tool

Explorer IconExplorer

Memory Pool

76,885 transactions
28.55 vMB
0.06309537 BTC
Random Selection Loading Transactions
Max Size: 173.25/200 MB

Candidate Block

Mining Attempt 6684c49a428e9499f6eea1352dc6a4451dde2fff58971340498528a8bcd5903a
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root bb0815184d5a744ea72fc09b7b8bc84cb1d03fc69fbbeb7b7150be255ffa3d5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,069
Size: 1.00 vMB
Total Fees: 0.00361937 BTC
Feerates: 73.20 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (489,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,351 425,351 0000000000000000031830407e76b1875e1034ae5d82fd8da0501a0cb9519f6b 2,541 1.00/1.00 vMB 77
425,350 425,350 0000000000000000001d17b78afd48c432d511438932f7f2a0d54e730484269e 2,519 1.00/1.00 vMB 81
425,349 425,349 000000000000000004976be838c592d65fae0f244c240b2443b3009173c4fd1f 2,624 1.00/1.00 vMB 66
425,348 425,348 0000000000000000032014240b9fce02aec56335e25403789500321963b09f85 2,843 1.00/1.00 vMB 79
425,347 425,347 00000000000000000013bf9394381835d8eeb41005ea4e17d17e0400e58f23d9 2,808 1.00/1.00 vMB 113
425,346 425,346 0000000000000000017b54c82e5e13db465e2446abc7bc90e39886a2023ce8f5 1,103 0.70/1.00 vMB 48
425,345 425,345 000000000000000000018e744d95f9040a215c5f11f31db6ca10dbfb132f7dc1 2,276 1.00/1.00 vMB 79
425,344 425,344 000000000000000000e15f63dd858a2864dc6bb4f6fb970fe740b5e8558a7e41 478 0.22/1.00 vMB 88
425,343 425,343 00000000000000000445bfeab68fd4ac1cf4290c592f90d2827dba7c7509360d 1,292 0.63/1.00 vMB 62
425,342 425,342 000000000000000004e85f35b8aacd3bf69ffca2b17f6ba9a46aca5b53e10dc7 1,263 0.72/1.00 vMB 61
425,341 425,341 0000000000000000003529b71996faebb016e1289a21b026ef53ebf788ccb599 1,115 0.52/1.00 vMB 74
425,340 425,340 0000000000000000013cdcd603a7a7a38bb1cd2a7ece23c078ae9414d861349b 909 0.36/1.00 vMB 92
425,339 425,339 000000000000000002e41ec9157376c0c40039113525059b3e0a72eacdc349e7 541 0.21/1.00 vMB 109
425,338 425,338 000000000000000004b3632e8142b969eba4153bb7edd1ad8e5786579bc89087 1,310 0.99/1.00 vMB 45
425,337 425,337 000000000000000000471c905f6b3f5ba8dceec522897464e6617edc7e8477c1 1,052 1.00/1.00 vMB 42
425,336 425,336 000000000000000003da0822642cb4d8e9e25c3c7eed7751f667f4a6d72501e2 2,420 1.00/1.00 vMB 67
425,335 425,335 000000000000000000671e4089cfa40dba62ba9d1e6da26120e302f573a59289 1,393 1.00/1.00 vMB 90
425,334 425,334 000000000000000000e8bbcb64c63f4c80b228fe336055c8ed3aa38cb777a7be 71 0.03/1.00 vMB 65
425,333 425,333 0000000000000000020cab5a96d25728c26d6c2218585b29dd5040e541b9bf1f 601 0.50/1.00 vMB 62
425,332 425,332 000000000000000002311d4506b782b20f7f87cd84803ec0d90b960bb1f30e58 1,423 0.73/1.00 vMB 74
425,331 425,331 000000000000000000fca4ef3e93e88a75400ad66ead4ebc33954186914592c6 998 0.46/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.83 GB
    • Received: 15.77 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.