Loading Tool

Explorer IconExplorer

Memory Pool

40,753 transactions
28.37 vMB
0.07293911 BTC
Random Selection Loading Transactions
Max Size: 144.68/200 MB

Candidate Block

Mining Attempt 7e379b716a8b57d4302afe2fe4aa940a3b4206e6f7bfbf172dad66ea45fa32af
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root d3fa4cc847dd67919057f313343078ef6ce5d662f5a6f9a2c97006f9c8c46f55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,478
Size: 1.00 vMB
Total Fees: 0.01818722 BTC
Feerates: 88.27 > 1.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (315,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,499 599,499 00000000000000000011b5f546ab80e5a54239e5c6b37ed26a77723c913a8f12 3,084 1.00/1.00 vMB 14
599,498 599,498 000000000000000000120fa323419082f0bb1c5a81cfc75a9a314eed1aeacd48 3,056 1.00/1.00 vMB 17
599,497 599,497 0000000000000000001418f44f437b7059a1d0122cd44f2474a276ee2b78012e 3,257 1.00/1.00 vMB 45
599,496 599,496 00000000000000000014a062bbf450798415e13be4d19f7d218892630b4b59b8 2,781 1.00/1.00 vMB 24
599,495 599,495 0000000000000000001272d9b5d405a12f25af36f8c4c0b42ff05b5b9a10b3f8 3,155 1.00/1.00 vMB 25
599,494 599,494 00000000000000000006fca4c8689d96a0b58be232a62ef93e1368702beca509 569 0.16/1.00 vMB 21
599,493 599,493 000000000000000000120b66d22160d13e468a927b9312ecf5f63162ee6c027d 1,195 0.49/1.00 vMB 14
599,492 599,492 00000000000000000002ce41fe3884c8669861272032a3eaa49acca920ac8921 2,298 1.00/1.00 vMB 15
599,491 599,491 000000000000000000145b5422a790232c9c74c16bbc7547d7d5118b82d056ca 1,219 0.30/1.00 vMB 12
599,490 599,490 000000000000000000019a89a25c884a185eed4d78922cc96b40e6dd2219b9e7 2,957 1.00/1.00 vMB 12
599,489 599,489 000000000000000000073c152c8b1579af249cc2d7802df9f1ba16e6b11049b6 3,255 1.00/1.00 vMB 26
599,488 599,488 00000000000000000006891dfd710320c7faebbd5fed5b66081bce9b81bce3f4 3,451 1.00/1.00 vMB 35
599,487 599,487 000000000000000000158b7ad17fa3a0828e4e69380539446e28d1493c41781d 2,392 1.00/1.00 vMB 20
599,486 599,486 000000000000000000137d0fd688478fae9b769545dfe1fa655cd05339ed5852 2,964 0.92/1.00 vMB 11
599,485 599,485 00000000000000000013c2e052ced34f0e17cdeafa1e6bb78b96543a703e93b3 1,276 1.00/1.00 vMB 6
599,484 599,484 000000000000000000128614806ffbb3be96f90e584483a0430d15fb8d2c2bed 1,729 1.00/1.00 vMB 30
599,483 599,483 00000000000000000002c1dfe80384e84d88ce3511b87e3c18afa84482d0c717 2,806 1.00/1.00 vMB 28
599,482 599,482 0000000000000000000885d674345ce4201f433f0c904fdf95a17c6760599b18 2,513 1.00/1.00 vMB 14
599,481 599,481 0000000000000000000b627aba404fcd9a6d57b4dcc8989645c289f3e0451c94 2,205 1.00/1.00 vMB 25
599,480 599,480 000000000000000000059e6070e9a6f65c97c074ffce26dc13d2885aca4d86c5 1,780 1.00/1.00 vMB 34
599,479 599,479 00000000000000000006b81200236fab415c4f190fd6262b1fb698ca121f14ca 1,046 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.