Loading Tool

Explorer IconExplorer

Memory Pool

78,034 transactions
29.24 vMB
0.07578105 BTC
Random Selection Loading Transactions
Max Size: 179.26/200 MB

Candidate Block

Mining Attempt 56c0c96cafd6b591788f9f222a1bec83b49c006cdf0c4a6de74d52ca1361f079
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root f30a329407fb4fd32f26b8d141b82f0403e6f476dbaf47f6c4840ab125b67ffc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,545
Size: 1.00 vMB
Total Fees: 0.01182037 BTC
Feerates: 73.20 > 1.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (519,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,640 395,640 000000000000000008c132524882ba4ad8abc8eb91ebf975f0cdc97c82a58124 2,553 0.86/1.00 vMB 60
395,639 395,639 0000000000000000037974a463bc2a0fb7ad1fa342aa78f3385b9e262d04b6e8 868 0.43/1.00 vMB 33
395,638 395,638 000000000000000007580e978aea61da7ba621b9f44d5d4d26282079a4f03a64 575 0.29/1.00 vMB 23
395,637 395,637 000000000000000000de91bda5a917274a5b2a4326f774b4bb9a4711fc88dbea 1,056 0.66/1.00 vMB 27
395,636 395,636 000000000000000007b909ac5a1fb179dc1e5ae2c0758ef678913c80b05dfd37 2,549 1.00/1.00 vMB 37
395,635 395,635 000000000000000008ad625acf0d37e0f77ce628b151ede89dfd1d7c3c74f8a8 489 0.95/1.00 vMB 60
395,634 395,634 000000000000000006e90b283ebd8e385ad9819aff0d0d111274dc5118325a2c 1,058 0.96/1.00 vMB 15
395,633 395,633 000000000000000000616933185f66f60ba410c5406a55c43a2f316c987aedbb 1,448 1.00/1.00 vMB 31
395,632 395,632 000000000000000006cdd35404c2b9ddb050e192795d861ce6958d8be7afecb8 2,333 0.93/1.00 vMB 43
395,631 395,631 000000000000000002e88d94b7c5a486b3aeb88a76e98654dde7a0d27a2ae8fb 2,736 1.00/1.00 vMB 52
395,630 395,630 0000000000000000081c937c7c69da5bd3d78f59153345a2f8f484207220baee 763 0.35/1.00 vMB 53
395,629 395,629 000000000000000004cefb10455bd1b208c5eb98313e432aff2a318f6a2e7cce 1,676 1.00/1.00 vMB 31
395,628 395,628 000000000000000004df0438a44d7a6c627eee4693542a45e7ec61e465c83dc5 2,366 0.95/1.00 vMB 38
395,627 395,627 00000000000000000241921668e98105b69d0fe81bf09e83cccaab5ce9e3bfbe 3,095 0.93/1.00 vMB 66
395,626 395,626 0000000000000000071f2097ae80c26cef6cead86603ac5edd3a4325122cd62c 1,366 0.93/1.00 vMB 70
395,625 395,625 0000000000000000016a0afe8972e7405122dabc4faeb5e851387998173f1963 1,012 0.53/1.00 vMB 49
395,624 395,624 000000000000000008d9c64352ef90fe4a416f053c29b486a962d0d93ef6fd32 1,087 0.43/1.00 vMB 50
395,623 395,623 000000000000000007a9fa4b83f2ae822df5a10907d85b23c6d743f1c2f21930 888 0.60/1.00 vMB 28
395,622 395,622 000000000000000005232afd6a1ea0016da9e6f5b0d9fbab5a814040d204a8ba 1,452 0.93/1.00 vMB 43
395,621 395,621 000000000000000003a7a500be582ddc109f69e2879dc4da16399c10023eb0ed 1,248 0.98/1.00 vMB 41
395,620 395,620 000000000000000001e441317ec10c9e890baa06098b13751dde33a2f9b719ab 1,547 0.76/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.