Loading Tool

Explorer IconExplorer

Memory Pool

80,587 transactions
29.98 vMB
0.07832978 BTC
Random Selection Loading Transactions
Max Size: 180.45/200 MB

Candidate Block

Mining Attempt d34ab6dd423ce8b4ef181be53af6e50b0e14d121477bc1346fac663f591bbb96
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 9b004e7cca9de568c7ed163e2d4721162422aa6ce88ed5c3aa4b6df40b73d412
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,565
Size: 1.00 vMB
Total Fees: 0.01714295 BTC
Feerates: 197.70 > 1.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (265,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,558 649,558 00000000000000000008300a4ce3d3d86490e5914d559fbdaa907cbac02988e9 3,283 1.00/1.00 vMB 64
649,557 649,557 0000000000000000000b7bb5e3bb64607c8f12eee65269fe3bd3c79a1eded30a 2,536 1.00/1.00 vMB 71
649,556 649,556 0000000000000000000580a8b5d2cfe1539404d9fa59ec21114d8adeb4ae74ce 1,674 1.00/1.00 vMB 76
649,555 649,555 00000000000000000002553f43d60e550914142298cf1ff9cdceedc8712fc173 2,713 1.00/1.00 vMB 78
649,554 649,554 000000000000000000027f8b461107acd3c0dbf80af25242cb83932a2ec37faa 1,636 1.00/1.00 vMB 71
649,553 649,553 000000000000000000068b396c40f3336f3cc4ef04579c7912b57f496bbcdd6d 2,073 1.00/1.00 vMB 76
649,552 649,552 0000000000000000000e01e7d7065a62b6fac516f2784c53e3f05ec102e326f4 2,595 1.00/1.00 vMB 62
649,551 649,551 00000000000000000000e4645a42241767114aafc369bbfa003a42460938b186 2,351 1.00/1.00 vMB 74
649,550 649,550 0000000000000000000df35e1a5a570ca303c7c9cbfc60076ce646a7baa23dd4 2,218 1.00/1.00 vMB 78
649,549 649,549 00000000000000000004188697468ab0b01d16598589bf958d1cd5b58548b9eb 2,023 1.00/1.00 vMB 61
649,548 649,548 00000000000000000009c9bf90ab2a786f93f16e57f484ea9a90d0be392de1a5 3,058 1.00/1.00 vMB 62
649,547 649,547 0000000000000000000730e76692798de10d5acc258ae173cad8c1cf3a65fbac 2,774 1.00/1.00 vMB 69
649,546 649,546 0000000000000000000d51927d725b3d94a5b0e98f2d71ad6106b75c9cf3ad61 2,555 1.00/1.00 vMB 80
649,545 649,545 00000000000000000000ca07daa85c82a82ef86cbeec776c38820be7826ad0f7 2,275 1.00/1.00 vMB 74
649,544 649,544 00000000000000000009fa65b049c334d7a01e7f6f930343208a954f85c3bab7 2,452 1.00/1.00 vMB 69
649,543 649,543 00000000000000000005490dbaccf7f77ece04f2e1ed86afa5e70f05911c8892 3,252 1.00/1.00 vMB 91
649,542 649,542 00000000000000000002ecaa680b75c08a4df92c1f10e972e7ae3e935187406d 2,182 1.00/1.00 vMB 72
649,541 649,541 0000000000000000000be398f067dd558b07c940bebfc13143fdecb6097a6276 1,973 1.00/1.00 vMB 79
649,540 649,540 0000000000000000000c3fe7e8b07d79dcb23b03acabad28957c2eecbb349fd8 2,491 1.00/1.00 vMB 83
649,539 649,539 0000000000000000000e4a8d1c301f74b57ce9f23dc9b343c54fe44947e029d0 1,370 1.00/1.00 vMB 68
649,538 649,538 000000000000000000050433da5c83ce418806ef452c118f1afba54952ec9fc0 2,653 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.37 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: 663.76 GB
    • Received: 14.93 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.