Loading Tool

Explorer IconExplorer

Memory Pool

39,614 transactions
25.67 vMB
0.05176052 BTC
Random Selection Loading Transactions
Max Size: 133.40/200 MB

Candidate Block

Mining Attempt 3597f5b4a61a2d1d137c2b360af99852e136fcd6cb4d0fb116c156ac1d13fbd4
Version 20000000
Previous Block 00000000000000000000172132c00b110ec4ee02326028bead4b8d9ab2ab8c10
Merkle Root 2d0eab5386638738511e250e896180298eef3f5e5370be6437aad42174a71cfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,409
Size: 1.00 vMB
Total Fees: 0.00533273 BTC
Feerates: 40.21 > 0.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,745 (338,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,291 576,291 00000000000000000015b6205a8a8eac35ffcce29e9eebcb556a038fbb024e37 2,570 1.00/1.00 vMB 180
576,290 576,290 00000000000000000005e002b16fce9b060906f444df167abcf523557c6eb840 2,285 1.00/1.00 vMB 149
576,289 576,289 0000000000000000000ad71a5b8b38822260f8a615c39fbed0bc0ea3956e3ab6 3,451 1.00/1.00 vMB 176
576,288 576,288 0000000000000000001fda6a2020bfababf7c0e82a10553647eac6d3a271e94d 2,632 1.00/1.00 vMB 186
576,287 576,287 00000000000000000022270cf99dfa7be11591f79694c9b3ae1597b293f8c832 2,473 1.00/1.00 vMB 179
576,286 576,286 00000000000000000007e8ad6ac443cfb51b67f7838fc21333dad13a62977f89 2,981 1.00/1.00 vMB 198
576,285 576,285 0000000000000000001ebdeda39cfdf0b466ad23382ced5c35b2ebd6fb160d39 2,831 1.00/1.00 vMB 134
576,284 576,284 0000000000000000000bc54768c7e0d05598c0cbb9e6b674fee6d8ef5b215b1f 2,625 1.00/1.00 vMB 149
576,283 576,283 000000000000000000139e7308c61c916a24704b8bfc76fb8ea8bf554d8ceca7 2,991 1.00/1.00 vMB 180
576,282 576,282 000000000000000000268a56b6e3f0163620fa90dc84892b402d6a4cf871f4f9 2,464 1.00/1.00 vMB 159
576,281 576,281 000000000000000000264165de304c7d50c2dbf92898a81cac1c5b55208a2c98 2,558 1.00/1.00 vMB 165
576,280 576,280 000000000000000000126c2646a098e480ac47f1e761cfa28971f615256aac01 2,742 1.00/1.00 vMB 185
576,279 576,279 0000000000000000000842f1b358e5271df5ff5a0738199705ff39c9536eb4b7 2,987 1.00/1.00 vMB 180
576,278 576,278 0000000000000000001b7dd5396f89c62fe292b6281c8a46a7cd823c742a7e38 2,866 1.00/1.00 vMB 180
576,277 576,277 00000000000000000010a3e7b33d9c2504565efda3aaa36564557bea21d0ecdc 2,899 1.00/1.00 vMB 151
576,276 576,276 00000000000000000010cbcc484390a74ac1d61f5fec14e1f30a24e595ffc7ca 3,268 1.00/1.00 vMB 170
576,275 576,275 0000000000000000000fc0e2ddd76a9dc8b0137109cd0b9555ed89203344b525 2,873 1.00/1.00 vMB 169
576,274 576,274 0000000000000000001cccac534dc528f8167f4b5820922a34785dd0241bab50 3,071 1.00/1.00 vMB 189
576,273 576,273 0000000000000000000859cd33894231d848ee631b3d39807a295e1b1bd03229 2,478 1.00/1.00 vMB 156
576,272 576,272 00000000000000000013ad6bee5240f946589a01499be991d38eff587e1aec5c 2,784 1.00/1.00 vMB 186
576,271 576,271 00000000000000000027523fb18765fb71d338244cd3e3b765de3c38344f637c 2,003 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 781.94 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: 646.58 GB
    • Received: 12.86 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.