Loading Tool

Explorer IconExplorer

Memory Pool

46,148 transactions
28.17 vMB
0.10664948 BTC
Random Selection Loading Transactions
Max Size: 147.81/200 MB

Candidate Block

Mining Attempt e9cb1b53bbd69ad96d8ecf3cfbeb10f657f456a3e20a51ac444c69be2f274f6c
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 5b1166938dab72efd80de1d1848f0eed1d00b50ffc0ca52eace59c630381aa7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,596
Size: 1.00 vMB
Total Fees: 0.04427420 BTC
Feerates: 265.25 > 4.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (350,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,330 564,330 00000000000000000010a52f8be17b97019f12a9f3edf048df9369214581d06e 60 0.02/1.00 vMB 23
564,329 564,329 00000000000000000013dc13cb9ab4a981ca08e490d9502e249f43760158a73e 222 0.09/1.00 vMB 12
564,328 564,328 00000000000000000010b3dfda0443bf4a9b74406b9fb5578a38dc9bc573115b 2,280 0.78/1.00 vMB 13
564,327 564,327 00000000000000000019d0e1e9db66eed3f59f8d500e9a8d0fc9465ed3117e01 3,133 1.00/1.00 vMB 8
564,326 564,326 00000000000000000011f05cfcd35aa8ae5d7bf8f6673e7a86089839bab40948 2,936 1.00/1.00 vMB 24
564,325 564,325 000000000000000000061e56ca7b1f13038026af7d194a4f5d67a30e1eaffde8 2,659 1.00/1.00 vMB 21
564,324 564,324 0000000000000000000aa8ca46263f8e90994e06a2e8dbc7b62a312c06a6f4c8 2,099 0.67/1.00 vMB 12
564,323 564,323 00000000000000000002b7a3acc2b4e8a0bc59f0626054bf30005d47337a12bf 953 0.29/1.00 vMB 17
564,322 564,322 00000000000000000012d1439161165f334d9a3c338279803d5ddd023d7c465d 2,372 0.73/1.00 vMB 6
564,321 564,321 0000000000000000000a558a61ddc8ee4e488d647a747fe4dcc362fe2026c620 3,058 1.00/1.00 vMB 25
564,320 564,320 00000000000000000021729f00d3a713776c8b5d780feb1a709425cad4881852 3,148 1.00/1.00 vMB 20
564,319 564,319 0000000000000000002367537e3920fb9f2c4eebafaa8a4972a71a529343146c 881 0.90/1.00 vMB 2
564,318 564,318 000000000000000000158fd4bd00ddf54932a307dedd71b01011b9d1f2214241 2,490 1.00/1.00 vMB 18
564,317 564,317 000000000000000000177990fe30c1f3e2be7d095fa9797ecd973d0891017869 1 0.00/1.00 vMB 0
564,316 564,316 00000000000000000013ca4767cc3775d2ec047936682dee2f6b527eeffa8a53 2,990 1.00/1.00 vMB 8
564,315 564,315 0000000000000000000099c06cd4f75442aaa04838ad9c6bed6a5b3e7abf8c37 1,354 1.00/1.00 vMB 8
564,314 564,314 0000000000000000002dfcae76c732d73a69fa126079ef7260615a84ab1f10bc 1,409 1.00/1.00 vMB 14
564,313 564,313 00000000000000000028cb2df6b624c5588757fa52b77520c5e144ccde54cb48 2,033 1.00/1.00 vMB 26
564,312 564,312 00000000000000000012815910894a48aedbe3fd8a66463bebe8f09840fc6e05 1,114 1.00/1.00 vMB 76
564,311 564,311 0000000000000000002399d3175e6c3fa776f7dbe642df902d36c23c70522afd 2,957 1.00/1.00 vMB 31
564,310 564,310 0000000000000000002d469b62e629e1ee851d0e5e82f186a750dab1d8218bb2 2,814 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.41 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.