Loading Tool

Explorer IconExplorer

Memory Pool

49,592 transactions
29.94 vMB
0.12118055 BTC
Random Selection Loading Transactions
Max Size: 160.33/200 MB

Candidate Block

Mining Attempt 5eae91b11852791587090054e055a8b0f1fdaea98ab8c13344c9fa040ae40396
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 1a1129cd575b6375081cc3f21d01c8eab6ececa9879cf3940f18cfd29d9ebde8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,214
Size: 1.00 vMB
Total Fees: 0.05817501 BTC
Feerates: 117.91 > 5.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (508,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,476 406,476 000000000000000003b544907cfd2bfd7f4eefc9613be05743ccb28c839a6a8d 1,879 1.00/1.00 vMB 25
406,475 406,475 000000000000000001ba272ee9a3c3ad729d0a12e28e2c1aaa1f9455b5b5508d 3,191 1.00/1.00 vMB 60
406,474 406,474 00000000000000000342c8d6abb9a34e70b797422da10d8a1c0a4b6943f74f85 2,705 1.00/1.00 vMB 60
406,473 406,473 0000000000000000026ad571176f0da57bd4c49609e7fbbfe7f11ad53650f86d 965 0.45/1.00 vMB 35
406,472 406,472 000000000000000001129f399a8e7bfef5e69036f34ab702b433e1076573f67e 2,001 1.00/1.00 vMB 40
406,471 406,471 0000000000000000015844df49b0ed27cf88c3ed629592a61c968e9ee9b263db 650 1.00/1.00 vMB 9
406,470 406,470 0000000000000000062bbd9c0ffddf4e17873e4f97296b0354fd2cd522f2a10c 1,280 0.99/1.00 vMB 28
406,469 406,469 0000000000000000029fee5fbff95747bfde342a9bf0da5236c31f934a17aa64 2,265 1.00/1.00 vMB 41
406,468 406,468 0000000000000000069071054542ac4c8526b20ffd9875d4e05872e30c65ebd2 1,913 1.00/1.00 vMB 32
406,467 406,467 000000000000000005df05a7b1ea102a17c238a8b5c86e4814b77a891fd2e432 3,244 1.00/1.00 vMB 61
406,466 406,466 000000000000000006010602003c12a09136866a0aafcbe6c46f4cabfa547779 1,852 1.00/1.00 vMB 36
406,465 406,465 000000000000000001719075297a6504b912b5ba0eb585c40bfea88a4cec4120 1,924 0.99/1.00 vMB 32
406,464 406,464 0000000000000000060b77d1c2ecf5287f3a7c281dec751b4d335808e05449df 1 0.00/1.00 vMB 0
406,463 406,463 000000000000000000e807d9dcf94446fe9833bbeac8c392fc6df64c3e264328 1 0.00/1.00 vMB 0
406,462 406,462 000000000000000001fc3f6859aac3fdeafc869eeaf0abc7263a4246ee31a977 3,518 1.00/1.00 vMB 63
406,461 406,461 000000000000000006301da00b115f2b5d5b79aa6b51a5ad319aca6995b45d7c 1,236 0.61/1.00 vMB 34
406,460 406,460 0000000000000000048c0f4fb8f973644d34a339480a658a8f60b5976e6fe9ab 272 0.15/1.00 vMB 31
406,459 406,459 0000000000000000066ca755c78eec6d7884c0c744801f77c070bbfa7cd93d49 9 0.00/1.00 vMB 69
406,458 406,458 00000000000000000030fbe77515e3b0a2338c4c0350060ef5743e8f356dce04 542 0.99/1.00 vMB 7
406,457 406,457 0000000000000000041f4a0408869764bcec009b2d5ddaddeaed4840563ebc56 1,106 0.61/1.00 vMB 31
406,456 406,456 000000000000000000fbd3b8fb265e2bb49bb6f83ad0467a8c0beec25d575060 216 0.11/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.