Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt a1a7432d73a3fc1be72ee264adedaf5f4448783e48d6f6c491d5b47e346d8bf8
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,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,580 428,580 0000000000000000028080f556e348302ff44ba619b2c56249fcfa132008f724 2,553 1.00/1.00 vMB 65
428,579 428,579 000000000000000003032f2f0f2df3960a19ef4fbf744aab285b4db48f2e838a 2,994 1.00/1.00 vMB 71
428,578 428,578 0000000000000000001445bfc034773c5e345a479e9396fb587b6372d0768976 1,799 0.93/1.00 vMB 63
428,577 428,577 000000000000000003d461ac8a25b1d9af189ae19c49fd3727fb3447f0ae2419 3,137 1.00/1.00 vMB 115
428,576 428,576 0000000000000000004e02da033542f858e43d6b9bc5cfa4ea0c378314f0b7d8 2,372 1.00/1.00 vMB 52
428,575 428,575 0000000000000000033fc8c97d72e8ea8e37aced149c060bf1312c1af13d399d 2,023 0.99/1.00 vMB 48
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
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.