Loading Tool

Explorer IconExplorer

Memory Pool

78,157 transactions
28.99 vMB
0.07956820 BTC
Random Selection Loading Transactions
Max Size: 175.76/200 MB

Candidate Block

Mining Attempt 72196d824bd85331c8f823ce8b5bc62815c4b6250b9dde9c68c5a72487d04776
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 64ab05ac7c83dbbd27fe5dc881a9076f20fc5c7a3719ba78fe6eb6cf8895ba23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01913117 BTC
Feerates: 100.81 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (321,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,729 593,729 0000000000000000000f2855f0eb64051d7d5c125732be1f22637fa9a484b3dd 970 0.32/1.00 vMB 19
593,728 593,728 0000000000000000000e8f5a5b9848aa54c2e120a2a4d18fa9a5e1607a52b063 129 0.04/1.00 vMB 17
593,727 593,727 000000000000000000102b84724448db97b44cc131623681b480ac54f0de7c37 1,292 0.36/1.00 vMB 19
593,726 593,726 000000000000000000080e349eb8126d321243d9b1659a9112cf283e2579e475 1,131 0.35/1.00 vMB 22
593,725 593,725 0000000000000000001835ca6cdcbbf7e38660bf6c8d3ccd507f724515d66e22 2,913 0.81/1.00 vMB 18
593,724 593,724 00000000000000000004ff3a3e1fd1446c73f3d4bcbe9f363d694fe90a95902e 2,635 0.86/1.00 vMB 18
593,723 593,723 0000000000000000000f624ee06be6371b42940519fb71c676062d80356e7ae5 1,482 0.54/1.00 vMB 6
593,722 593,722 000000000000000000171b8af18a29fbefebc66f8a2aa466899c502d7bf9d679 3,470 1.00/1.00 vMB 24
593,721 593,721 0000000000000000000897086fb8b374d2cbcbdb6b64db4f747ce0a016e1f356 2,865 0.93/1.00 vMB 3
593,720 593,720 00000000000000000011a84488683a6eacb42b34f603f5e49c8341a5bb9b7a5b 2,974 1.00/1.00 vMB 19
593,719 593,719 0000000000000000000e3a939e20a1ed27ddae9af1679fa4aeb59bb213d21ad7 3,291 1.00/1.00 vMB 36
593,718 593,718 0000000000000000000141f7a0eadb96fa48b62a4dba4d6381b80ab9348bafce 1,000 0.31/1.00 vMB 17
593,717 593,717 000000000000000000110be70e2166b9ab01479c36f94f1d81ed817b442c139d 184 0.05/1.00 vMB 14
593,716 593,716 00000000000000000004268fd40d987adc14d9aa9c5a18df56a3eff946998efc 1,889 0.60/1.00 vMB 22
593,715 593,715 0000000000000000000d8bb037dc902a0b030153d7df6af8fee9b40a475c258e 1,182 0.40/1.00 vMB 13
593,714 593,714 0000000000000000000ce8290a457a2d1b827f16ffc5db560dc2d6ceec20f7c8 881 0.36/1.00 vMB 13
593,713 593,713 00000000000000000003d131e8e5d166bf28e9879085e29a24cbe0e2920d7457 2,853 1.00/1.00 vMB 11
593,712 593,712 00000000000000000019374e2e5c134d20e097ea4adde5b93a92df865562e731 2,494 0.99/1.00 vMB 26
593,711 593,711 000000000000000000076d8b498a7a20a0aa8a7014adc9e908c9a18abdda541b 3,140 1.00/1.00 vMB 11
593,710 593,710 0000000000000000000205399972e45157af6cb5de2124e903d761d9771a30db 2,928 1.00/1.00 vMB 31
593,709 593,709 0000000000000000000cb7760fc986cf5eab2a3e9f75e9af11e878aadab8b542 1,267 0.45/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.