Loading Tool

Explorer IconExplorer

Memory Pool

84,797 transactions
30.53 vMB
0.13352219 BTC
Random Selection Loading Transactions
Max Size: 185.45/200 MB

Candidate Block

Mining Attempt 452b59b188fc69c57a0bb3e5c5db56d71dd273bbd7643379c566fdecc4e60bcc
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root a2fea58a19036def477173d19031a695a2d27dd114a25a9d3cfe98d39838c489
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,902
Size: 1.00 vMB
Total Fees: 0.07077272 BTC
Feerates: 170.36 > 7.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (486,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,574 428,574 000000000000000002cf28d5b90c78e380c9023d0e8d9e62a20f612c4a075a27 2,630 1.00/1.00 vMB 82
428,573 428,573 0000000000000000038e3515b85c5399d458d0015619e7c70088e7edb8bfd13f 2,240 1.00/1.00 vMB 61
428,572 428,572 000000000000000001678330a1c60edb56ddcb4293887f0c4cf7fd146a6b8adb 621 0.74/1.00 vMB 11
428,571 428,571 00000000000000000297c90ef0b73874409e8b49b2408e851a856979ef4b44db 2,031 1.00/1.00 vMB 50
428,570 428,570 00000000000000000223bb18553ffba0ab9f7f4eed5f2eec29dbfdd0fc3813a9 2,353 1.00/1.00 vMB 58
428,569 428,569 000000000000000004abcab690ca37bd7ff5eef4332b97fe9aac33aa7e5fe0bc 2,222 1.00/1.00 vMB 67
428,568 428,568 000000000000000004db2e4ec63378fb48ecd03893d524647554d76b82fb523c 1,598 1.00/1.00 vMB 34
428,567 428,567 000000000000000001ed5f64c4bc3ce40bb12b64c86e67eea01a6ab4ed47757c 1,757 0.77/1.00 vMB 58
428,566 428,566 000000000000000001bf9ad62ede4610bac0967084033859617944123725baf8 2,389 1.00/1.00 vMB 64
428,565 428,565 0000000000000000003e1e99d88284bc97ca6efa194a75e83c0cc39de6c8b6fb 901 1.00/1.00 vMB 12
428,564 428,564 000000000000000004e6f2566a275a59a4ace7fce1dc952b582b8c560c7c2c2b 1,702 1.00/1.00 vMB 35
428,563 428,563 0000000000000000027e6842b34ab516ea348fe7d72ca40d8efba66d13061fc3 1,664 1.00/1.00 vMB 100
428,562 428,562 0000000000000000017ab06465848aa2818bb12f2c714781ae10c9c954f473a3 2,470 1.00/1.00 vMB 64
428,561 428,561 0000000000000000017905694652811aaf784eab7788b9fc016d2d7cc84139b5 1,639 1.00/1.00 vMB 32
428,560 428,560 000000000000000003f37e790234efc02c144b371157d518dfb3a2b2392b361c 2,036 1.00/1.00 vMB 45
428,559 428,559 00000000000000000131182769b92e72d45c9aa1de5279f089c4ca50619411ca 2,650 1.00/1.00 vMB 74
428,558 428,558 000000000000000002b48fcba0c9f24cab2fcde183cfa2817bd856595cd2e153 2,617 1.00/1.00 vMB 63
428,557 428,557 000000000000000001c4145719409860e28dc8bcf96edd5fe2f7e4b3d50cd529 2,748 1.00/1.00 vMB 64
428,556 428,556 000000000000000003e607caeec42b0b74772f7c36991d60c4d98852fb314839 3,024 1.00/1.00 vMB 93
428,555 428,555 000000000000000000a08cfe6d0e35bdecc3f1f3bd10be45dcf656897825001a 2,639 1.00/1.00 vMB 76
428,554 428,554 0000000000000000006560dc346a24e4521496e4dd54c237c7b0c7166af60a17 2,471 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.32 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: 660.27 GB
    • Received: 14.66 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.