Loading Tool

Explorer IconExplorer

Memory Pool

43,667 transactions
27.25 vMB
0.05642686 BTC
Random Selection Loading Transactions
Max Size: 143.90/200 MB

Candidate Block

Mining Attempt 9dde0c58abd7fd74c3723f70ab8c7cbaa53dccdae6bdd5e1d2e5218e49ad5232
Version 20000000
Previous Block 00000000000000000000cb2526f8131d7fa57f5fe00ea77e921b110e9065324a
Merkle Root d04fd71e39a6fa32fe6206ff4564712c66243d31e96da13c8160afbe0d2138aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,259
Size: 1.00 vMB
Total Fees: 0.00537633 BTC
Feerates: 40.21 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,938 (462,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,021 452,021 0000000000000000018f30efe5c96a3ad7225ec15506721b3ee77bbfcc362e53 2,383 1.00/1.00 vMB 86
452,020 452,020 00000000000000000167e34f0f5ac2cda77dee59bee71a6ef4da3ef202798a13 2,324 1.00/1.00 vMB 93
452,019 452,019 000000000000000001efa20737eb635e90925e096cb8ed50f766811e51dc2af5 2,250 1.00/1.00 vMB 126
452,018 452,018 00000000000000000086ce14ad3bd6e69329c1350d5b10b67e068605342f99d6 2,237 1.00/1.00 vMB 142
452,017 452,017 0000000000000000021a0892594691ac2b0378b340e59e8bc5c88fd93c9c69c6 3,263 1.00/1.00 vMB 76
452,016 452,016 00000000000000000130f5012eceb29b40271a8c6cfa4dddc0f0cfd7e87ee49c 2,492 1.00/1.00 vMB 142
452,015 452,015 000000000000000001790d35acb00ab494fec6903e5960b99fddfa7e1a9937d0 1,045 0.37/1.00 vMB 67
452,014 452,014 000000000000000000cef6d12e7a23b4b9223d822c3bbfea9182ff26df83950c 2,175 1.00/1.00 vMB 87
452,013 452,013 0000000000000000023291cdb8ebe2617b94041887dfd5a0fe2397257076ddcb 1 0.00/1.00 vMB 0
452,012 452,012 000000000000000002135b54892ebb6ff156a62a422cb078f460aa72590431b3 1,549 1.00/1.00 vMB 115
452,011 452,011 000000000000000000a836e2afcbbce3e107dfa0eb62840358a14372388634a7 1,341 0.63/1.00 vMB 135
452,010 452,010 0000000000000000023d91be397c623f3e5f250eb2b0b955ee489f1c8a341e9d 2,306 1.00/1.00 vMB 164
452,009 452,009 0000000000000000017dc2a0787218539be61a06f161eca237f0f5391671ef72 2,971 1.00/1.00 vMB 95
452,008 452,008 0000000000000000005a4089eb15946f4bd47a0b2c06f645ed7a80606ce206d5 3,738 1.00/1.00 vMB 67
452,007 452,007 00000000000000000271483fa7bda5c4132dc21befdd3543afbe0d2df6efceeb 2,531 1.00/1.00 vMB 127
452,006 452,006 0000000000000000027a2641625fe63962a5cec8a7550390d0ed53ed4844a675 2,537 1.00/1.00 vMB 130
452,005 452,005 000000000000000002299faf680f92015cf7891d8e68cc75b72a12a4dc55bad3 3,059 1.00/1.00 vMB 98
452,004 452,004 00000000000000000061907cfb85ca7810a9e195fe8a471a5c9db6db1974f16b 2,893 1.00/1.00 vMB 87
452,003 452,003 0000000000000000017c40a6322077d76a4036f0df750cbe2e0ebf36a3e5c658 2,735 1.00/1.00 vMB 182
452,002 452,002 0000000000000000007d242f77b6688a1edcb97ff726bd8dd8868a02ff78ab7a 3,312 1.00/1.00 vMB 94
452,001 452,001 00000000000000000073757a2d9faf9428f81aa5a89c2d99a6330b2be87c1b01 2,615 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.28 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: 656.78 GB
    • Received: 14.43 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.