Loading Tool

Explorer IconExplorer

Memory Pool

15,295 transactions
5.92 vMB
0.02909499 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.49/200 MB

Candidate Block

Mining Attempt f9f6196054968747d98be29a931c1b15561f759da0f7239ad951a96a495a92f9
Version 20000000
Previous Block 00000000000000000000d46def4b4535c6284d8845f811af0ec3e1a4f57a2cf6
Merkle Root 458f9047a4fa401074e84f5d9e23235f639f75d13756086b8b5e836c5840036f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,536
Size: 1.00 vMB
Total Fees: 0.01899026 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,453 (684,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,553 228,553 000000000000017b51ed7cff09e30417e14a42fcbd25ef77785da935d3b52355 1 0.00 vMB 0
228,552 228,552 000000000000010b7a6215e7834af31525c9f40827a150a5db470bc5b2edbce3 334 0.18 vMB 137
228,551 228,551 0000000000000168ae834a18f6b9d114267902d6a418e0a1af71785e9f9435ff 351 0.16 vMB 188
228,550 228,550 00000000000000ffee60c21075c9d0201bc84f99913e21057c8413397d9a5476 202 0.15 vMB 55
228,549 228,549 00000000000000c253c2c42c41e1bbb0045479fafa9b1d5157dfc82cda590b94 218 0.15 vMB 135
228,548 228,548 00000000000000fb5ba2bd3248f16fd6319a41185c3edc72fa333c260c2c80f6 344 0.16 vMB 146
228,547 228,547 000000000000006319bd7433101bfabd46554c5d369dd4f69e7fc20cc4fb140f 65 0.15 vMB 42
228,546 228,546 000000000000018d1ee523e69ec9402e7f9a4d2b88d851d8b06d0c3ccddcebc5 294 0.12 vMB 170
228,545 228,545 00000000000001bf45535f18c991a41bad357a6a4d4438a8b83a2bbbb84e0018 385 0.18 vMB 167
228,544 228,544 00000000000001a65905dbf44f91618e54808660b97adf86997bc3e468ba7f4b 185 0.08 vMB 153
228,543 228,543 000000000000019522fbfd8408d733a37f616f34243df30d17514ac152e05c8f 401 0.20 vMB 169
228,542 228,542 00000000000000d9f51b5bb154a24754f0c60ff213b55ee64c32434261d48802 379 0.25 vMB 98
228,541 228,541 00000000000000d9250ba55afa1cb4408b89381e1552e59b205fecc557ae6b0a 265 0.23 vMB 208
228,540 228,540 0000000000000227725ca765e3a1864ec15eef574ef69cbfe27744f777d807e0 123 0.05 vMB 222
228,539 228,539 00000000000001d2c82f5ab2243b020ec76ebbaf7d163610d2b85eb424d0b5ae 332 0.25 vMB 107
228,538 228,538 000000000000023d9a3ee2714f4365b2d312700ba113af23084104319133c6c0 725 1.00 vMB 449
228,537 228,537 000000000000006c6a7751552c9dea072830815caedb980f62983d3c13918bf6 336 0.20 vMB 144
228,536 228,536 00000000000000768ad337d5600dd62399740f1b33cee4defae1147a9ff69bc1 581 0.22 vMB 222
228,535 228,535 0000000000000243c667119b59c4db978c9c24ebf5503317c003159000a62aa8 643 0.37 vMB 175
228,534 228,534 00000000000001a5bcb4a0e01e0856fd84f55eedcf654cf0ca55d43b6d4a6399 195 0.12 vMB 153
228,533 228,533 00000000000001004ca510c9fbb12c6f3704b44023fd52686eb0991265bb666f 246 0.21 vMB 110
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 309.53 GB
    • Received: 1.46 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.