Loading Tool

Explorer IconExplorer

Memory Pool

77,656 transactions
28.84 vMB
0.07412707 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt 242ab45bb8ee59bad1fa29e0be762c74332cc9bb3c93b060cc9c55e44f2c3131
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 47c480ff0ddcf81ab82ad28449cfe3b0e2a0f334a76185422db0e2af95317758
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,802
Size: 1.00 vMB
Total Fees: 0.01403852 BTC
Feerates: 82.75 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (482,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,555 432,555 0000000000000000009c4389cbc9b2338e93c970d0119ae1f197e8f94e03ce54 2,384 1.00/1.00 vMB 55
432,554 432,554 000000000000000000b120dcc88279c23ae52085a0f5b61b3a828f854d00fdfd 2,406 1.00/1.00 vMB 63
432,553 432,553 0000000000000000018321d88d88fe693e639ad8806d28c90c940317c8b48895 2,419 1.00/1.00 vMB 79
432,552 432,552 0000000000000000024d0e5f7d7a41dc1c0e4f852a5ec32285247022f146893d 2,007 1.00/1.00 vMB 52
432,551 432,551 000000000000000000e21323615f852779865a450166903ad2ea315bd80f4fd7 3,012 1.00/1.00 vMB 70
432,550 432,550 0000000000000000002c45a5f3c6990234500b1edbd8142398e2fc86d8ef9b3e 2,700 1.00/1.00 vMB 78
432,549 432,549 000000000000000001ef1d99d1fe3f8cd6dc9a7d82dbcc52cdea7902ab047051 633 0.33/1.00 vMB 56
432,548 432,548 00000000000000000205d1c504bc67918fcb7a61af857607c1a6ceb95a0a069a 1,290 0.53/1.00 vMB 61
432,547 432,547 000000000000000003e858cbb708257e5c1c0ca3e8c6a7a1cfc6c61cbb69c431 888 0.49/1.00 vMB 37
432,546 432,546 00000000000000000424b45960dcf5735637a85f03d0e16a6940f60eb175200c 1,832 1.00/1.00 vMB 39
432,545 432,545 0000000000000000010106eda20af4c81e9de0d671a2bb57d3b2703ce84910d1 2,011 1.00/1.00 vMB 59
432,544 432,544 000000000000000001f85a91079bf71b9759a3eecb5cc0d85c847aff0e83c484 2,574 1.00/1.00 vMB 70
432,543 432,543 000000000000000002488100bc1010506c3856d1df7b0c0aefb4ca19d3d32f24 2,513 1.00/1.00 vMB 63
432,542 432,542 000000000000000002e78f7ac984ce55bc86f1aa61c3a3ab6ef15d8daff24be4 2,690 1.00/1.00 vMB 76
432,541 432,541 00000000000000000258eb858a2f5a31f269b36a6de66f478fc18bc05bdfc04f 1,210 0.86/1.00 vMB 31
432,540 432,540 000000000000000002d9680d8c726e32e63f0bea3afc4a53ac6a00105602af8d 2,782 1.00/1.00 vMB 69
432,539 432,539 000000000000000004770fb1f578eac0e0960ea5974c90fd214aa5682629af04 9 0.00/1.00 vMB 326
432,538 432,538 0000000000000000022733475ee1a705db3aa68fd603395fe8ee53a581f13c16 255 0.99/1.00 vMB 6
432,537 432,537 000000000000000004554a688513cb19cac3d67e26b05a8bc68e18e64d2aee91 1,118 0.72/1.00 vMB 46
432,536 432,536 0000000000000000024e2313032d7966304711f0a653badd68fab198707bb50f 524 0.98/1.00 vMB 12
432,535 432,535 00000000000000000304102b45dc607a93721e30fcee1957148407400fe2c106 2,749 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.