Loading Tool

Explorer IconExplorer

Memory Pool

50,214 transactions
29.11 vMB
0.07199144 BTC
Random Selection Loading Transactions
Max Size: 155.30/200 MB

Candidate Block

Mining Attempt 4620b16ce67150b1cdfd81242f2d0fce07783e07ea0b787f93c293a5897bfe33
Version 20000000
Previous Block 0000000000000000000123917c1c24e68a0a0bea8122dbb8edfa0019bd0ffd84
Merkle Root 89902fde894b1b9aaa180965707fdabcf66f8b619197f0dbf116b290ef13567a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,552
Size: 1.00 vMB
Total Fees: 0.01526121 BTC
Feerates: 202.33 > 1.53 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,263 (840,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,395 73,395 00000000005a778e02721319660202ba414d8c99918753107089bf70572e2594 3 0.00/1.00 vMB 0
73,394 73,394 000000000002d079bc69658e2d4e14e2950c949aa47264f693cfd58bff554ee4 2 0.00/1.00 vMB 0
73,393 73,393 00000000006d009e74fdb918407413ab8725084bda74db2e3de5599bcd4f9d82 2 0.00/1.00 vMB 0
73,392 73,392 0000000000767f5b53045e4979741fe7e2a1312ddc5e807f49f1714eb6847c20 2 0.00/1.00 vMB 0
73,391 73,391 00000000001fbb3c480c440f8205e4a01e2853a659f0401ba162cae6b2adc321 1 0.00/1.00 vMB 0
73,390 73,390 0000000000917427b35e73a8d032c30d7b6433f6f1906e25cca4c2d0fc01e7d9 2 0.00/1.00 vMB 0
73,389 73,389 000000000006cc75cfe2cda2a4c017916c5579755941c9c4677da37292a5726a 1 0.00/1.00 vMB 0
73,388 73,388 0000000000243dfd8779c3fab5d40b3816bdc748a50526fb6b4901c0f9a2ff03 2 0.00/1.00 vMB 0
73,387 73,387 00000000007a9221ace2acb8cef0705679678a2f7ae33a432a486bf636a3df24 2 0.00/1.00 vMB 0
73,386 73,386 0000000000549a1b09544ad51ea24f45f2c24f37c911975746cec02ed470e759 1 0.00/1.00 vMB 0
73,385 73,385 0000000000adec88ca929087f83554e79b1592e71a88413447f14917bfd3c1e3 1 0.00/1.00 vMB 0
73,384 73,384 0000000000b617af5434b129b44571a46b68b272adeff1ad8a820fe635704396 3 0.00/1.00 vMB 0
73,383 73,383 000000000056d943bd65607bb44fb1eed81652796ee7604c3dcd36e9e90b596e 1 0.00/1.00 vMB 0
73,382 73,382 0000000000a250627ca36cb55cefdb06ce8841ed8c8f653491bcc88f66947aeb 1 0.00/1.00 vMB 0
73,381 73,381 0000000000798d4505b7160334566559d4873d1e30460cd73d4d272d3f727e28 1 0.00/1.00 vMB 0
73,380 73,380 0000000000995851649d4bed381184a0d718736204de951bd5d9c7cb760d8218 1 0.00/1.00 vMB 0
73,379 73,379 0000000000639cd4a6e6cb7bda766e86b29098ca8bcd32b4e9cf755d334bc262 1 0.00/1.00 vMB 0
73,378 73,378 00000000005a4b001156eb9f17a452e8b991d2eeaef6b4f0314201156bfbc8d8 5 0.00/1.00 vMB 0
73,377 73,377 0000000000a44682d6b9982693f239df92a89995d46f7aabab67de54b0a8535d 2 0.00/1.00 vMB 0
73,376 73,376 000000000033ceb9e43a4192f3ef6f863460c3cc0a8c2abacdecdd7f583d61d2 2 0.00/1.00 vMB 0
73,375 73,375 00000000003e86de4bbbabf2c6030379a41d87a422d3b3f08c1f11227533e4e5 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 577.94 GB
    • Received: 8.67 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.