Loading Tool

Explorer IconExplorer

Memory Pool

28,375 transactions
11.70 vMB
0.03437859 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.20/200 MB

Candidate Block

Mining Attempt 575cea46e85ec06f01281e8ae5465a3b472df0e80c03f97099fd5fd1f9c11281
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root 04de11148f0da0de80299e07fbf7735d25e2cd6b6f87881dcefa4fb7a30df04d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.01409460 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (785,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,599 127,599 00000000000019fcb188f729c99d80a95eebd8df20cabee5f149e3c93505fd8d 74 0.02 vMB 43
127,598 127,598 000000000000156c55456aa30c6fad0854c4cd49c44535e07b71b717010fe461 12 0.00 vMB 17
127,597 127,597 00000000000018f51b80616c40a1269ecaae5b3a6a32c4b8863e4a7011193da3 18 0.01 vMB 579
127,596 127,596 000000000000059e622a0f73e40835c87a27ecd80b70ef95fcb2f5c3d8ef0245 13 0.00 vMB 0
127,595 127,595 000000000000155d693369c23d74bd631505dbc5f1f592ad75dec076596338c5 9 0.00 vMB 0
127,594 127,594 0000000000002567b640fa8f24043abca9c3bc1a41a6ad752e292c380859a495 76 0.03 vMB 1,397
127,593 127,593 0000000000001cc58190ef3a74ff425097870440ebb3b2ef8ded0663dfa9247a 13 0.01 vMB 689
127,592 127,592 00000000000007f7577cf7ed4f786bad7f0c649d5111e0868acfb76b31bf0ab9 11 0.00 vMB 862
127,591 127,591 0000000000000c751e51a5b569571e10957398f8e28c25496069bedb51542db7 18 0.01 vMB 132
127,590 127,590 00000000000002d2c967da5a36417777c551e009e7d1cc13f222f930bcd47215 12 0.00 vMB 0
127,589 127,589 000000000000066b76f7253a04945ace3485265446a3a93a8ffffc3a14f08bed 5 0.00 vMB 50
127,588 127,588 00000000000009188b9bd839b2d63d0aeb98b6da4b82c4945858c6af8d64c141 19 0.01 vMB 281
127,587 127,587 0000000000000aa9a16675fa882fde17404c7b898df85d587d4e3f8e44c3be05 12 0.00 vMB 18
127,586 127,586 0000000000000f82aceda67c34e2c8397893936a53f4a90fcd8f081305dc291b 14 0.01 vMB 715
127,585 127,585 0000000000000f489f1d1dbf23cd80ccfa44d1eacacd1d3d6b58cf4603116176 12 0.00 vMB 849
127,584 127,584 00000000000002387db51246577cf2309b283376b439f0ca4328ab6f6c9480bc 75 0.02 vMB 1,586
127,583 127,583 00000000000025c4fb4b6a464fa49eaaba49e2fe17efb39284e00695732249b3 66 0.02 vMB 387
127,582 127,582 000000000000150595c98900880ad32e1f9b9e48b14d27adc50f523212c39e6b 33 0.02 vMB 608
127,581 127,581 000000000000006bfa7f630250925e01106757a445d3a5416b0ab62a4bb6dda0 5 0.00 vMB 612
127,580 127,580 00000000000000206e8457b9304df7b5d983f703dee28545265a6f0da2d769db 304 0.09 vMB 36
127,579 127,579 00000000000001e1748bee2c29ff0c0e1823b5ffd82931ad4166451c09d87f75 13 0.01 vMB 0
Previous 10 blocks ↓
Total Size: 779.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 391.79 GB
    • Received: 1.99 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.