Loading Tool

Explorer IconExplorer

Memory Pool

75,328 transactions
27.81 vMB
0.07945656 BTC
Random Selection Loading Transactions
Max Size: 169.85/200 MB

Candidate Block

Mining Attempt fa80472cffabc0a9b9b1b6f4f7a6ab4c20de10b1ccf066c79c40e4e4d6fa4f02
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root de6e290106b43e0932f5fcda577c9235871076d394d48e23e73df9587d9281e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,373
Size: 1.00 vMB
Total Fees: 0.01981733 BTC
Feerates: 100.53 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (522,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,444 392,444 0000000000000000076b17505b84dedd42e10945bfd88675c3ecb755e513be59 3,079 0.95/1.00 vMB 54
392,443 392,443 00000000000000000a81db941fefeb11aba15d8b282559b327c0b8e4a454ba01 2,680 0.93/1.00 vMB 45
392,442 392,442 0000000000000000043d9d01172425a4de8e9de21210350430a6b84846b1a7ef 441 0.25/1.00 vMB 26
392,441 392,441 00000000000000000135c2dfa479566ac8d6289760c890769e22a5be1df5b0cd 288 0.25/1.00 vMB 17
392,440 392,440 0000000000000000001bb86eb80210862a1bd9dfccaa0eecda03a8cbec1c186f 2,199 0.86/1.00 vMB 35
392,439 392,439 000000000000000004145fcabe2f49e106c32bdaa9b240b873e219ee36eb7bc8 810 0.35/1.00 vMB 32
392,438 392,438 000000000000000003f05269d7a9ad21300e633bed4f368cac455d6291cff53a 838 0.99/1.00 vMB 14
392,437 392,437 000000000000000000e4e084a38195fdd523c788f224cc0132ba3d60d1a0cd65 842 0.37/1.00 vMB 37
392,436 392,436 0000000000000000063951128c7b82f04b1c2499f14e428c3eec1a7fc7c92b17 1,547 0.75/1.00 vMB 32
392,435 392,435 0000000000000000079cc5124c7a2d395f86cb77c675318da2770205a3c6fa0d 182 0.17/1.00 vMB 15
392,434 392,434 0000000000000000049b9e3470a4aaee2e346dc98304780a4e616d03b048f2df 1,401 1.00/1.00 vMB 23
392,433 392,433 0000000000000000072adf382698c5aa100e2733755861794360279e2bf3b967 2,518 0.99/1.00 vMB 38
392,432 392,432 00000000000000000532a56c49aab662d0011dca2fb6a0364d67b030b1e89e8b 671 0.32/1.00 vMB 30
392,431 392,431 0000000000000000043b11f5817501e0501a00ccec22d24e3c8bcf28d8b320b1 631 0.60/1.00 vMB 17
392,430 392,430 000000000000000008df2bb98bf697316a91dbc7d847781cca5f2d61237e5934 1 0.00/1.00 vMB 0
392,429 392,429 000000000000000007ecf8beb009ef1739f11fae9820bd08e756fa3639647e06 1,371 0.73/1.00 vMB 32
392,428 392,428 0000000000000000030b180ed4c5aac6406e6dc5ae90682daf44c501717072c9 2,482 1.00/1.00 vMB 36
392,427 392,427 00000000000000000a939e13356db9bbb9a77fb93681de362c5ff59a19c1a25f 1,261 0.63/1.00 vMB 31
392,426 392,426 000000000000000009eeaa157b4546d28932e529f87a0ca576354a47c3f3faae 635 0.50/1.00 vMB 25
392,425 392,425 0000000000000000030a40c56760a2711dab5b9dc8ebab4824077a29c3308756 706 0.40/1.00 vMB 32
392,424 392,424 000000000000000002ab89b67e41b2d907b5b08ad718dc3e9beb7ad461f47fbe 1,059 0.62/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.