Loading Tool

Explorer IconExplorer

Memory Pool

78,333 transactions
29.39 vMB
0.10444298 BTC
Random Selection Loading Transactions
Max Size: 176.64/200 MB

Candidate Block

Mining Attempt d5e67a00f2ad770725c2251cefdf1b33a458db12d10cd8ac2d26d78e2a663811
Version 20000000
Previous Block 00000000000000000001694e26931d1cedfe646c4f29bed2a95789e17bc3c982
Merkle Root 1e2373b8c944e673ef872734e685bedb1358281502aae17a3e5de50025c8dca3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,174
Size: 1.00 vMB
Total Fees: 0.04491645 BTC
Feerates: 101.66 > 4.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,999 (350,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,149 564,149 0000000000000000000e5b5f25a1e6dbf4f9f65a7e441caca97f5baf038b646b 2,572 1.00/1.00 vMB 16
564,148 564,148 000000000000000000154ded4020578d55ccecf338fb9c55194efcf071bb5752 2,438 1.00/1.00 vMB 20
564,147 564,147 00000000000000000014a67841e3591675a218920eef4587e029fb8b2715424c 2,819 1.00/1.00 vMB 2
564,146 564,146 0000000000000000000e7b3fc650b3dcff8f11469e1bc93ac5185bc64cdfb11f 2,379 1.00/1.00 vMB 9
564,145 564,145 0000000000000000002ad343abbda08230f6e6bdf99ffd6545572f0e9b833803 2,791 1.00/1.00 vMB 9
564,144 564,144 0000000000000000002a739a6603a896d3011c73a43cce7c34ba4ec1d9f74b1d 2,779 1.00/1.00 vMB 46
564,143 564,143 000000000000000000277ed824db8407abefba731e236661f10a750a0187abb9 2,932 1.00/1.00 vMB 12
564,142 564,142 00000000000000000009029a1b3ea169508b5f4b0951cc3de20194b187eb62a3 2,065 1.00/1.00 vMB 30
564,141 564,141 0000000000000000002c38a902906f895c27e1c531cccc9e381c87696ccdef79 1,402 1.00/1.00 vMB 32
564,140 564,140 0000000000000000001347da082c4f1c4aec7a84bb93ea9a2c6274ee38b6a189 1,903 1.00/1.00 vMB 35
564,139 564,139 0000000000000000002d9acaad41e38b24dc2484b0c899f2b84385861b9276ae 2,485 1.00/1.00 vMB 38
564,138 564,138 00000000000000000011117ff60ca6476d6eeb8b3dc46398305fe688f1fd0af2 2,568 1.00/1.00 vMB 27
564,137 564,137 0000000000000000000f457ee31f63775f5474c54dad7def2944403c201efa1a 2,128 1.00/1.00 vMB 40
564,136 564,136 00000000000000000021391db02ee149fa92190386d97b4070c66cf22069bbc4 1 0.00/1.00 vMB 0
564,135 564,135 0000000000000000001290925b1ff280a5e356de3ba1640a99ef4e17928990d0 2,189 1.00/1.00 vMB 21
564,134 564,134 0000000000000000000f0227c56ac4619f08bff4e83301b34ed803f55cc9942a 1,901 1.00/1.00 vMB 9
564,133 564,133 0000000000000000001e183c3ee85d3408ababdccd6ac63ced29b6e387ece6a5 2,552 1.00/1.00 vMB 26
564,132 564,132 0000000000000000002387d783e17a3b600e2972fd09ef0a4ac67f733385436b 2,475 1.00/1.00 vMB 46
564,131 564,131 000000000000000000195f8947fcc073dda61c443bb3eb0c9c805f748f6f07aa 2,653 1.00/1.00 vMB 17
564,130 564,130 0000000000000000000dd9a853106bd18cf25f3d43883e9aaa068a9fa2fe1952 2,780 1.00/1.00 vMB 36
564,129 564,129 0000000000000000002b03d3b95ffe4a72827f37c618a300203e6bd9c3300e36 2,827 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.39 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: 664.63 GB
    • Received: 15.01 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.