Loading Tool

Explorer IconExplorer

Memory Pool

78,017 transactions
29.30 vMB
0.06373252 BTC
Random Selection Loading Transactions
Max Size: 176.02/200 MB

Candidate Block

Mining Attempt e41b773686e578e5e9eebd1eaffc20dc51390ee2147b6d4c888e416086988b3c
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root b7d903fc6b347d7286d04625ac736f5e92da7f6dc99cbcf9e95169ad17d6851b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.00431076 BTC
Feerates: 12.16 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (304,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,569 610,569 00000000000000000003afb936639596b757b22e9944dd9efff57720c7bf9fa4 1,978 0.54/1.00 vMB 8
610,568 610,568 000000000000000000146473117d51e9b934dae4a8003e85394ddd6ff19a66cd 3,031 1.00/1.00 vMB 15
610,567 610,567 00000000000000000015a7e162de31d8c40afa5452f6e3b5181bb98526bfc4c1 37 0.01/1.00 vMB 12
610,566 610,566 000000000000000000021f153a4003d27cdb2676598e4f10f99a5029ab382920 965 0.29/1.00 vMB 13
610,565 610,565 000000000000000000083d55656393b14013d0a21c334a6c28e8f5ff810a2b0b 1,639 0.75/1.00 vMB 12
610,564 610,564 0000000000000000000c048709c8acbba858b356dfddd994248624c4ba4179ae 930 0.31/1.00 vMB 14
610,563 610,563 000000000000000000115069b5ee2c03ebf8075d2e672c317128992a5cce7c97 2,929 1.00/1.00 vMB 7
610,562 610,562 00000000000000000001ac1cf2325f1a1d4c8b33e650a72c93e20f676e1bacab 3,050 1.00/1.00 vMB 21
610,561 610,561 0000000000000000000fcc4eb02905e77493fbafd65169bdca2e978cc5dde7a6 2,879 1.00/1.00 vMB 18
610,560 610,560 000000000000000000021791500cddda6d87050eef3221d8efb9648bd799ad7c 3,254 1.00/1.00 vMB 3
610,559 610,559 00000000000000000009c5752f385fc8744dda75252df4fe9a6c06bc58a4a7f8 2,775 1.00/1.00 vMB 34
610,558 610,558 00000000000000000008dedd5caa11b5827f142c08c2277df4241d745b666ea5 1,879 0.72/1.00 vMB 11
610,557 610,557 0000000000000000001192c7d692ce898e3cc68df4c4309cbbfc2c718bd4084f 312 0.13/1.00 vMB 13
610,556 610,556 00000000000000000005206520154696a26dbba690af9c538ff376951e89750f 2,518 0.96/1.00 vMB 7
610,555 610,555 0000000000000000001530ba1d677e8717cfcf595b8bae41c38de2cd1ef65f5a 2,609 1.00/1.00 vMB 15
610,554 610,554 0000000000000000000f87490b1b3912aafd175c8b85f6c4ac927b9599cdc1af 1,759 0.80/1.00 vMB 1
610,553 610,553 000000000000000000060e8208a83a83261c349d61717ace490cc6f7684b2584 2,931 1.00/1.00 vMB 13
610,552 610,552 0000000000000000000edf53b213d5e3579a88b3f5816410d0b1e5b657b0fd13 3,013 1.00/1.00 vMB 18
610,551 610,551 00000000000000000005ec9775992a218b17e5c8c0b60f523fcb9baad4453831 2,489 0.68/1.00 vMB 9
610,550 610,550 0000000000000000000ce318a872f4ce4bb37e3bdd739b64a20a4ecdd9b4c7e5 1,858 0.52/1.00 vMB 11
610,549 610,549 000000000000000000021b6873eacfcd7443860c2b06f63530491920314a26a5 2,587 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.38 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.47 GB
    • Received: 14.98 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.