Loading Tool

Explorer IconExplorer

Memory Pool

22,426 transactions
24.71 vMB
0.04879676 BTC
Random Selection Loading Transactions
Max Size: 135.30/200 MB

Candidate Block

Mining Attempt 752888f61e86bb6f54b7f7490527fe1660d1d43948a554ac5a0965382c11d639
Version 20000000
Previous Block 00000000000000000000f82a5324dee099cc592cfbe290930480604e4c34d809
Merkle Root d856c1017026a484f921a97fbc3a136ff3400557b21c75e487670d192ee723b7
Time (UTC) ( ago)
Target 00000000000000000001d9360000000000000000000000000000000000000000
Nonce 0
Transactions: 2,467
Size: 1.00 vMB
Total Fees: 0.00942241 BTC
Feerates: 100.36 > 0.94 > 0.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 924,363 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
924,363 924,363 00000000000000000000f82a5324dee099cc592cfbe290930480604e4c34d809 4,374 1.00/1.00 vMB 0 ago
924,362 924,362 0000000000000000000016eecb881b062a8a481b8fe6804b0ea6659f429f5409 2,569 1.00/1.00 vMB 2 ago
924,361 924,361 00000000000000000000eae0fd51ccc9a763472c13405c61ce45ee76ff9196cc 3,206 1.00/1.00 vMB 1 ago
924,360 924,360 000000000000000000012696b03d2564ac977645d6a9756c6be0c5e1d94e2241 3,809 1.00/1.00 vMB 2 ago
924,359 924,359 000000000000000000008669135c08d529241e9cca987640344fcac762c676b1 3,556 1.00/1.00 vMB 5 ago
924,358 924,358 00000000000000000000bf3e1c1ded9f76dcc4d9b3c69b723f6e794d96dd2013 1,979 1.00/1.00 vMB 0
924,357 924,357 0000000000000000000110c8c3a2793f4fdf3b8fa80a725fa9cdcf31072014c6 2,951 0.94/1.00 vMB 2
924,356 924,356 000000000000000000018a7af6843cb259f2d676af1e4565b32ae14f7b510e66 2,627 1.00/1.00 vMB 3
924,355 924,355 000000000000000000001d09a264a5799b1f51c6ed050b50b0982432e0b6e037 2,497 1.00/1.00 vMB 0
924,354 924,354 000000000000000000007578fe22aefe29eb09e7456ac398cf3a12b1a4ab1919 3,260 1.00/1.00 vMB 3
924,353 924,353 00000000000000000001d9188cd33ae40ba66042821ddb2433132d70ef17c7c9 3,386 1.00/1.00 vMB 3
924,352 924,352 00000000000000000000050bf88d8c981f9d8c560d69d3e265aef3c725e8ca95 3,357 1.00/1.00 vMB 3
924,351 924,351 0000000000000000000011c8d97f545ad00a4d22537fe30e52526538f8acda44 2,603 1.00/1.00 vMB 1
924,350 924,350 000000000000000000013416c1aa0cfe4856509c225de7895ab25b9190963366 2,680 1.00/1.00 vMB 3
924,349 924,349 00000000000000000000d31b09cbbd3b91af1220a525b22420c75fe2c0e16098 1,890 0.52/1.00 vMB 1
924,348 924,348 000000000000000000015f46a8b57359078b8c8e16b97338346255992d1c0c3e 3,308 1.00/1.00 vMB 2
924,347 924,347 0000000000000000000113c7677c39b038d0bb1247510936e9dd7303a6517040 2,046 1.00/1.00 vMB 4
924,346 924,346 00000000000000000001cb4a2698cf7d0fcda2a00e6b1f4bcbee42b0bfa36124 3,032 1.00/1.00 vMB 4
924,345 924,345 00000000000000000001655232535d510c49cd3831f13b3e854f2cf60027eb8e 3,296 1.00/1.00 vMB 4
924,344 924,344 0000000000000000000092cbb56c979083a94e0b4d6ab781511d1b4f629ab3c5 1,953 1.00/1.00 vMB 1
924,343 924,343 0000000000000000000163d4b5c269ff4e61dcc6f908db380e2998da77de7d72 2,871 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 798.65 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: 2,326.76 GB
    • Received: 99.29 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.