Loading Tool

Explorer IconExplorer

Memory Pool

39,424 transactions
27.03 vMB
0.05406936 BTC
Random Selection Loading Transactions
Max Size: 141.19/200 MB

Candidate Block

Mining Attempt 0e2ba47ab6b2bae5e124e506d058ee23c31c93ce660e143e00a2e837a9e25a85
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 784b5fe06b904ed444c62ebcc6b6464c5e05a622aed9f53dc7585ff941315b6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,843
Size: 1.00 vMB
Total Fees: 0.00399663 BTC
Feerates: 18.19 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (342,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,375 572,375 00000000000000000002671d1e3bf6ad6870ceae4db96b4102b21c35e8e9e291 2,828 1.00/1.00 vMB 26
572,374 572,374 0000000000000000001accb7486a7c7066a1eef5e572b501729da4e1e187ee21 3,415 1.00/1.00 vMB 20
572,373 572,373 0000000000000000001c1cfd5f56c1f76280035ecd9d1a8885d700684ac7d137 2,505 1.00/1.00 vMB 17
572,372 572,372 00000000000000000012f32e79307c8039ddebe34483daedbe127f277b200b95 3,020 1.00/1.00 vMB 34
572,371 572,371 000000000000000000227554f559ee4ad8b43122e4e5bc9397e07e6b512536cb 2,718 1.00/1.00 vMB 16
572,370 572,370 0000000000000000000045ffd495daae848153d48aeaa4adddccea5bca515601 3,208 1.00/1.00 vMB 49
572,369 572,369 00000000000000000025f3f80c6662d26620e1081e01889cfdbb802024126901 2,671 1.00/1.00 vMB 5
572,368 572,368 00000000000000000026b60b8ab3822741f6a32cf4b75440cdfbb0a096ac4df8 3,177 1.00/1.00 vMB 62
572,367 572,367 0000000000000000001ea3a0ae48416b94970d1e31f59544c8ab353e78e70e8d 1,516 1.00/1.00 vMB 14
572,366 572,366 000000000000000000224e1bdc1fb393455718f07b5f2c3312951d0777fef3f8 703 1.00/1.00 vMB 7
572,365 572,365 000000000000000000238900d49dda679a9ec501fca9450de043e72133615574 2,756 1.00/1.00 vMB 18
572,364 572,364 000000000000000000183f78e4960c0d33a0026c19da960eaebab1dbc70f45b8 2,648 1.00/1.00 vMB 47
572,363 572,363 00000000000000000022e9f4eeafdccc640565596eadfa6d5e3678bf2d5ad7a7 1,969 1.00/1.00 vMB 32
572,362 572,362 00000000000000000020597b8175e0caa61da30a9e45bb1ac2a0c8b94a5b6c71 2,652 1.00/1.00 vMB 75
572,361 572,361 000000000000000000156b0622f37c637133f03cb237ea5eebb2d751ad069c24 2,276 1.00/1.00 vMB 36
572,360 572,360 000000000000000000135b90a02a684d9b1fa70161837e79706cd4d77087bf59 2,106 1.00/1.00 vMB 18
572,359 572,359 0000000000000000000eb055e011b20415ef41910207ffcc3d18eb7dd7c0c74f 986 1.00/1.00 vMB 31
572,358 572,358 00000000000000000024d2b893f5396425e293e8978d02c4f4a9922fb99c038d 725 1.00/1.00 vMB 23
572,357 572,357 00000000000000000028102e47f73f6266a93031b23d3789edab84a0000c4a3b 2,208 1.00/1.00 vMB 47
572,356 572,356 00000000000000000012b010e8a5026a17c6d9635ed5f3c758cd6ff75cc67084 3,207 1.00/1.00 vMB 70
572,355 572,355 0000000000000000000f2c2b9e504eea7e24c1f89271db3a8078ce99c4faa751 3,066 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.15 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: 652.92 GB
    • Received: 13.81 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.