Loading Tool

Explorer IconExplorer

Memory Pool

41,954 transactions
29.00 vMB
0.07112650 BTC
Random Selection Loading Transactions
Max Size: 148.68/200 MB

Candidate Block

Mining Attempt ae96574e08bc50853129900baa7310ec99430d986afaa3cc10bc00023a031c05
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 63cf0cecf1f85c10722723ff89f241412a444c7f8813c4aff668724e19d3ee85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,625
Size: 1.00 vMB
Total Fees: 0.01461098 BTC
Feerates: 100.36 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (472,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,506 442,506 0000000000000000011d70d85f17cfd16f1bc48e7d994bd33c69d7481a525a8f 2,226 1.00/1.00 vMB 84
442,505 442,505 00000000000000000005d5767da0f55a29fc11fb02b9ac53cf35526110b51f59 3,220 1.00/1.00 vMB 111
442,504 442,504 00000000000000000085dd5a187e558adecf0e83f6b02d79d2ed0cc1a49b9fc6 2,798 1.00/1.00 vMB 72
442,503 442,503 00000000000000000156c03425d30ff01a6664c28646076f771f67c496d86083 1,954 1.00/1.00 vMB 70
442,502 442,502 0000000000000000039db39d92ca5103f26d3dd75a32ae6462180265a3179d3f 2,662 1.00/1.00 vMB 107
442,501 442,501 000000000000000001aa7485c329cc84c9b0fbb18e5c1e8664ed78967d5b46eb 1,056 0.38/1.00 vMB 79
442,500 442,500 00000000000000000361f53ad0c51819f6d7d3371ebe0ac3d15a2ba0e59945a6 2,088 0.82/1.00 vMB 74
442,499 442,499 00000000000000000292f73799a1b7c9635cf0c77eac59d084678c898304a2b4 314 0.12/1.00 vMB 74
442,498 442,498 000000000000000003231f54a41b3197c0216d035a97056728c0f70b1406a1e8 1,011 0.53/1.00 vMB 62
442,497 442,497 000000000000000003aa48932553bf2e0bc5a6e8f7d57ff1897f64d8ce840659 2,188 0.95/1.00 vMB 71
442,496 442,496 00000000000000000312fe8de4f125c4f49e103c552652d5c5bd5944771d4640 2,079 1.00/1.00 vMB 59
442,495 442,495 000000000000000000b70b0fb6523b2237159d1f1fcc0ccb7194431e15adbcff 2,588 1.00/1.00 vMB 92
442,494 442,494 00000000000000000290461e2aa690e708fd8efe08a07bb7d179e5fc37d755e7 2,569 1.00/1.00 vMB 88
442,493 442,493 000000000000000003396e7a7316f929dd26a944a486fe133fa974c4a19b5230 409 0.21/1.00 vMB 79
442,492 442,492 00000000000000000053234ab905f0fdaba910aed37523e6e9dde225a5e8bef9 1,381 0.89/1.00 vMB 51
442,491 442,491 000000000000000000f2f2e397ca82c1637eda2c9273d2bab4909f26df5f723f 1,501 0.76/1.00 vMB 51
442,490 442,490 00000000000000000267d1568be328cb0d59ed28bc54181448b89fd8c380100e 2,569 1.00/1.00 vMB 74
442,489 442,489 000000000000000003ae97847394737b7731675e88a229ee6bc40f39f5fd0dbc 2,357 1.00/1.00 vMB 101
442,488 442,488 000000000000000002567b6fd5a3f13bea91198727e68a0473a76df592d165ec 1,124 0.39/1.00 vMB 70
442,487 442,487 0000000000000000006407ee9a214cb333993d38432458ccd2e6d2cc72201166 1,419 0.99/1.00 vMB 54
442,486 442,486 000000000000000002cbb949a5ed589bc96d0f2641b1607fffe6d7f96857c7bb 2,124 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.