Loading Tool

Explorer IconExplorer

Memory Pool

72,797 transactions
28.07 vMB
0.06773081 BTC
Random Selection Loading Transactions
Max Size: 166.23/200 MB

Candidate Block

Mining Attempt 22d45587bd3ca027d102f8f802a7eaa9892ea6a93cb570a79fd19c4db2590be2
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root ef26f78117119169d72edd8f56f48aedce5d63a21aadad00050a2b1963417070
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,747
Size: 1.00 vMB
Total Fees: 0.01159985 BTC
Feerates: 150.86 > 1.16 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (452,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,598 462,598 00000000000000000013251a7b3e1d066b8d5b03c36fc761d8dcd8dd12541ee4 2,600 1.00/1.00 vMB 137
462,597 462,597 000000000000000000fcde1c5f7e4cbad87bb3ac5a81583fc518724c6d41295c 2,512 1.00/1.00 vMB 147
462,596 462,596 0000000000000000013cf0bbe9549a1cedc7a94bb955d2594c875144976f5ab0 2,859 1.00/1.00 vMB 186
462,595 462,595 0000000000000000007a19b17ed7092662c51d5427c4047835d344fff818274a 2,543 1.00/1.00 vMB 174
462,594 462,594 00000000000000000037f1f8683dfa1e3c6cc1d4e4e28180530722de769dd98d 2,080 1.00/1.00 vMB 142
462,593 462,593 0000000000000000009f3a6a5471f7e44e16dfa718bf1a31d4d81c4d5e746ca1 2,236 1.00/1.00 vMB 166
462,592 462,592 0000000000000000004b3f3b6a2df2530c2b76960071578456218b9308bfe133 2,323 1.00/1.00 vMB 231
462,591 462,591 000000000000000000e0cf802826caf53970707c1f83e121c58ef003cdcb71f0 2,836 1.00/1.00 vMB 171
462,590 462,590 00000000000000000092b0667f1c25086c9aaa179186e2a529d86c10357baa4a 2,629 1.00/1.00 vMB 154
462,589 462,589 000000000000000000c64844ed169f7bd7eca53757a0c513e0d83c915a8abfcd 2,299 1.00/1.00 vMB 146
462,588 462,588 00000000000000000103952f5c0de8cab652abfe867a2c2e9c8c352fde180b40 2,325 1.00/1.00 vMB 138
462,587 462,587 000000000000000001b1548475eb3f0379ff5fabc82d72055a140c237ff0bb3a 2,359 1.00/1.00 vMB 149
462,586 462,586 000000000000000001abc00a4be66c3ff53f1f87bd66e04740d5dcc5f0155932 2,371 1.00/1.00 vMB 153
462,585 462,585 000000000000000001613766d4a2ad5eb8c2c691e63d26b7e9e656113b7c4345 2,561 1.00/1.00 vMB 170
462,584 462,584 000000000000000000cebbc813d699fccaf1d90b0c694c3ca895a31b075c0d42 2,420 1.00/1.00 vMB 137
462,583 462,583 0000000000000000012e521275a1fa2dcea34056237178f6076fe690f4040a73 2,545 1.00/1.00 vMB 167
462,582 462,582 00000000000000000147a62f8da99e5bc9f6a95ed2c2f663baf615e83aa1e557 2,152 1.00/1.00 vMB 132
462,581 462,581 0000000000000000016abb7d0e7bf74969f776d62f1ac13ac5b1f5dbf4083d8f 2,671 1.00/1.00 vMB 184
462,580 462,580 00000000000000000105130c924ab53061b4df0b875152140e1d6058378bb3bc 2,505 1.00/1.00 vMB 158
462,579 462,579 00000000000000000213d97c2c01edec4b49cefc4f8324a3d213416895b49887 2,384 1.00/1.00 vMB 174
462,578 462,578 000000000000000001c3b56aca420f002e6d7005f12586bc17536a0d044e9f45 2,222 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.