Loading Tool

Explorer IconExplorer

Memory Pool

39,393 transactions
32.76 vMB
0.08926207 BTC
Random Selection Loading Transactions
Max Size: 161.48/200 MB

Candidate Block

Mining Attempt a9f4e61c13ad18e1fe5aa5ff3bd9ebe484d04dac18e6be8e0bedfaeb621905d2
Version 20000000
Previous Block 00000000000000000001da7c7d0e2d22bf8ee077eb047284ed5674e23b193a1b
Merkle Root 11d256ba16930e6616cb858795447dd30643b2e6ef8ff1fd75f8564c6075fb4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,870
Size: 1.00 vMB
Total Fees: 0.01972527 BTC
Feerates: 150.68 > 1.98 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,559 (785,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,389 129,389 000000000000020d53e4cdcef347e2c86ddc0b3d9f7e952e3add7ad20d460ced 143 0.05/1.00 vMB 372
129,388 129,388 0000000000000d6864dd4e03d5c49d18d512df7df7cbb33826c247dc61c6a54c 51 0.02/1.00 vMB 1,683
129,387 129,387 00000000000019646429463fd5dc9527ef4a2f5bab107c2b353b64150448a8d7 24 0.01/1.00 vMB 1,862
129,386 129,386 000000000000073522cf241649088e9b85583cb7470f30fea8f4ddab876d5f05 14 0.00/1.00 vMB 1,429
129,385 129,385 0000000000001aae80c1d7d86f6d62f6b6494ffb7710dea330bae1f491f03bc1 48 0.01/1.00 vMB 150
129,384 129,384 0000000000001046dd21ce971714c957e4949d3fc0f0a5e5df7501af3461ce68 33 0.01/1.00 vMB 1,332
129,383 129,383 000000000000157d1413ec99fba5510fddda8f525e16a16970c100c09b6fb455 148 0.05/1.00 vMB 1,785
129,382 129,382 0000000000000df3175d05f980fa861e39da34ee06f8a6638957f001fce95c07 152 0.07/1.00 vMB 556
129,381 129,381 0000000000000e81eba645e8d6d607689570a02e3f390caaff3c11d475ceb755 28 0.01/1.00 vMB 458
129,380 129,380 00000000000010132b4e6e78bb8bceb7397ad72f851e08dcb816171eef0ff25d 74 0.03/1.00 vMB 366
129,379 129,379 0000000000000beae9e68706f581b51c45a56930ef57e537f6b55c91fd3690eb 17 0.01/1.00 vMB 888
129,378 129,378 0000000000000ad862e5e9eeee8d6b9b103b1067f66b88a526cbfe562a28774a 33 0.02/1.00 vMB 922
129,377 129,377 00000000000006e165a1bf0bcf96457e890a7f1b3c06c32103f216a27c53e3a9 37 0.03/1.00 vMB 816
129,376 129,376 0000000000001c10acdc7d642937f24da8aa39aa2533250828e0cbc8fcb9a02f 105 0.03/1.00 vMB 1
129,375 129,375 00000000000017e21334a3519e40eb262a921c07044e3fa9e07347fdf5f7d735 16 0.01/1.00 vMB 610
129,374 129,374 00000000000008d3db578022c15d63629249c51cd380fed6e666b8111d8a3890 88 0.03/1.00 vMB 2,151
129,373 129,373 0000000000001272734775a7db8e032f5ca960c16f3be79d3eaba3f81d0612a6 67 0.04/1.00 vMB 1,253
129,372 129,372 0000000000001d802ee6518d64d92cab7e9308bef51d2edca6c763945db6573e 89 0.03/1.00 vMB 831
129,371 129,371 000000000000145e0f17176d5347e48dea59b987fe5a885420e1120fbd342ea5 2 0.00/1.00 vMB 3,875
129,370 129,370 000000000000192d656464ed1d6a3d22a15116096a02b578ae194d5eaab829f3 102 0.05/1.00 vMB 455
129,369 129,369 000000000000150f76122bcc8cd9ff57d797d08f6f58760c5eaca0895d882729 17 0.01/1.00 vMB 381
Previous 10 blocks ↓
Total Size: 781.60 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: 623.95 GB
    • Received: 11.51 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.