Loading Tool

Explorer IconExplorer

Memory Pool

21,192 transactions
9.14 vMB
0.05677799 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.62/200 MB

Candidate Block

Mining Attempt 91a94488e54d848551bc24e2f004508a8dfdf4189b64bd4c346b20126bbea283
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 039c5345bc421e69da39cb87fe232a1362fb8c8300900c5f2be50c19d79d340e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.03311007 BTC
Median Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (716,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,592 196,592 000000000000068b8dd5b356c40fae550c78208ae895b367bb476095e7b23186 1 0.00 vMB 0
196,591 196,591 000000000000007d1fb00fde81494f107546c24d2c2a28abe7e9639e4cca4a00 119 0.06 vMB 184
196,590 196,590 000000000000064ed64f4145880be9d89a789b288b0abac80a57644b2dcbad27 1 0.00 vMB 0
196,589 196,589 0000000000000022e7f0334e75d8c96b702bb950e72d8aa1020e1cff4858c5eb 332 0.16 vMB 127
196,588 196,588 000000000000044580e4bebda5a284b5476e7bee0496a92be5d9620741f2ef43 110 0.05 vMB 149
196,587 196,587 00000000000001b7997de8e5347f833c7bfbd4d758ca316f8e9e50696b7738fe 256 0.14 vMB 52
196,586 196,586 0000000000000367b7680432ecc0cb2b7571573bd9b811f92d535bc7adc56300 83 0.03 vMB 476
196,585 196,585 00000000000005ea7f5ac334c6ae93c77037926844b5d44f8c21c1ae59d88348 200 0.07 vMB 206
196,584 196,584 000000000000025eaf2dfc73b8a02fadca09104fd8627e89977f65353a8d639a 49 0.02 vMB 118
196,583 196,583 000000000000006be781369bc17368389ca3578e0c8caef3c04cb74d6648ba4f 37 0.02 vMB 145
196,582 196,582 00000000000005cee234b326c8ebdbc95a5a16b618429574d18b533de0fe189c 107 0.04 vMB 64
196,581 196,581 000000000000040ae8b25f3678850600c749fc574d87fe44551d52b2e175f93b 379 0.20 vMB 154
196,580 196,580 00000000000002c5ebcad1a1f0271e6eb2d83d1c23cc972d3b70ae266cf8ffc2 13 0.00 vMB 59
196,579 196,579 00000000000001b80a744513c872b16f61a975b5c67a699eabb94d040f5291ff 551 0.20 vMB 340
196,578 196,578 00000000000002d09635336b641e726a2e23e0b26015aadca7ead3863858b892 1 0.00 vMB 0
196,577 196,577 0000000000000082aaff7835d6c1665b74ed4434894107342e68cf5c0c2b2732 257 0.09 vMB 314
196,576 196,576 00000000000006ba3c656cc52590f80b4ac6534a950bb3fe41a10463a746ff7b 134 0.07 vMB 262
196,575 196,575 00000000000003a35313b58dbe463d7f894ffd6110dde645ca297fa139f07565 536 0.20 vMB 372
196,574 196,574 000000000000045ef33e57147dae633c9cba515640ae33a2e40c1c19442bcfbe 179 0.13 vMB 155
196,573 196,573 00000000000005b5233773dc286a180c6e8a38d7b9f7b7bce3c2cc6e00762b68 535 0.25 vMB 307
196,572 196,572 0000000000000038cb61ea72d37814ef2f38a71cd85ff6a1a5c6e513be7b34d2 138 0.04 vMB 455
Previous 10 blocks ↓
Total Size: 779.54 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: 250.48 GB
    • Received: 0.95 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.