Loading Tool

Explorer IconExplorer

Memory Pool

40,902 transactions
26.20 vMB
0.07202394 BTC
Random Selection Loading Transactions
Max Size: 136.37/200 MB

Candidate Block

Mining Attempt b7ca5e37a733be0a074cde937e8a1acefe4175f54e5896f6cd3a0da3d2edd346
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e9087a4b8a128834144535064280c9f7441cf4c35f19258a00a9b12853b1bd60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,998
Size: 1.00 vMB
Total Fees: 0.02421815 BTC
Feerates: 150.98 > 2.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (331,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,146 583,146 0000000000000000001e98f967e94db20ae8e052f89c3645fe1c36461dc5d2d0 1,784 1.00/1.00 vMB 47
583,145 583,145 000000000000000000230e1f692cff4f9f145425a7930c4d9e23f2baf8d5af94 3,111 1.00/1.00 vMB 66
583,144 583,144 00000000000000000008738b5f97f2a1935736941a15dc9532b4b15c950e30c4 3,024 1.00/1.00 vMB 141
583,143 583,143 000000000000000000121b8ac7af1a5c4cf97d9934a6aa39a19d8aec64d78a4f 1,945 1.00/1.00 vMB 40
583,142 583,142 0000000000000000000d6d8357c9809c7108d9501610df05f3145c7012d13b30 2,623 1.00/1.00 vMB 46
583,141 583,141 0000000000000000001555cec787929bbf3b9a8f283cc9f6be9d52f2ba1b520e 2,648 1.00/1.00 vMB 78
583,140 583,140 0000000000000000000e1f6971eba105254bfe7e526073e6fa1d069382e248f9 3,128 1.00/1.00 vMB 105
583,139 583,139 00000000000000000013604eae17d478fa36f539d27a8d2cbceb33c030c5b2d2 3,279 1.00/1.00 vMB 178
583,138 583,138 00000000000000000001e04a827c8b7757ec65c32ff0cfc832437e6c3abbd313 3,088 1.00/1.00 vMB 87
583,137 583,137 00000000000000000008eaf2946543d9b5e1eee5a9f66a34359762ca85b1a17e 1,220 0.50/1.00 vMB 49
583,136 583,136 00000000000000000022b6c573a33a27fbb547e0668adff4d813896d98aeec5f 1,831 1.00/1.00 vMB 109
583,135 583,135 00000000000000000006787751758e6247b3431529a823ab4a3d11af23a913b4 1,333 0.71/1.00 vMB 29
583,134 583,134 00000000000000000015ae68e198fffffa4adedf4fffdf3ad528a1933b55c99d 2,511 1.00/1.00 vMB 26
583,133 583,133 0000000000000000001076a24e56c9fa673548bdf58efd967877818e9b1ff025 2,831 1.00/1.00 vMB 152
583,132 583,132 00000000000000000016d824708598f764f60996868bf85f35904c0040cf47c0 2,246 0.97/1.00 vMB 36
583,131 583,131 000000000000000000071f66c5fb56377e7bd88d8aa09b70d59ad33ec745912e 2,453 1.00/1.00 vMB 143
583,130 583,130 00000000000000000002f23442907eb886686aff69def8524f73c450d51abdde 83 0.03/1.00 vMB 78
583,129 583,129 000000000000000000103f6e07649124b319145cc1c577f842975f7f0d1c35dd 284 0.11/1.00 vMB 65
583,128 583,128 0000000000000000000b1f48e027c765a5ff77d218f8ffc0cf89b71eb589b980 2,113 0.80/1.00 vMB 38
583,127 583,127 000000000000000000084d443816990d89add4074cc82e219dfbf1a8cda41ca1 2,530 1.00/1.00 vMB 136
583,126 583,126 0000000000000000001bc1492919e0557b07d0faed3440c385e0b739ba2c073e 1,266 0.55/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.