Loading Tool

Explorer IconExplorer

Memory Pool

39,184 transactions
28.55 vMB
0.06285221 BTC
Random Selection Loading Transactions
Max Size: 144.96/200 MB

Candidate Block

Mining Attempt 8c06fffcfa77b912f7ba9354c2df7da3ff243807715173cdc5ea0e0857e034f6
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 4bc0594f56eb36b751724467e8db57ad499d9040d5bde2a58f23f826114ded70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,692
Size: 1.00 vMB
Total Fees: 0.00772167 BTC
Feerates: 50.27 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (91,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,781 822,781 00000000000000000001e280f30d5267ae14ffc55214f35eaa13816cca6a5e03 4,163 1.00/1.00 vMB 99
822,780 822,780 00000000000000000003c4e3533e8cf8fd56bae6a5ac5d0f619c400b32d1f263 3,672 1.00/1.00 vMB 124
822,779 822,779 0000000000000000000394f2760f6daba8b5300aaf203e33b73f193c2de7fa18 3,334 1.00/1.00 vMB 110
822,778 822,778 0000000000000000000027dd97aef2bc5108a20c029fd27ef3a94b029002db0a 4,842 1.00/1.00 vMB 78
822,777 822,777 000000000000000000003a9cbb1724bff3c00d2ceaa4ef11eb06ea5c3bc78e38 4,623 1.00/1.00 vMB 81
822,776 822,776 00000000000000000002abd4a37e74eca3015cd27047bfd5254fa82deaa1f1f5 4,530 1.00/1.00 vMB 80
822,775 822,775 00000000000000000003df41d5ebbf1dbe06b6d6af663fca4ea700d102b73e02 3,929 1.00/1.00 vMB 105
822,774 822,774 00000000000000000000f4258f7b2a9d71284362e423634c1d1f68324d4e17cd 4,193 1.00/1.00 vMB 102
822,773 822,773 0000000000000000000312e9e5a3fec8d2afc3fcbd4aae1b5979d4ae2dc5b995 3,596 1.00/1.00 vMB 152
822,772 822,772 000000000000000000010a8189e8113ab11652b58c08d8b0b296d6de4eec0846 4,620 1.00/1.00 vMB 88
822,771 822,771 000000000000000000033c34a43ea7466205f7e628c3634ac2ceca22da4562ae 5,318 1.00/1.00 vMB 80
822,770 822,770 00000000000000000003610493c85e1ca7bff0d5252c60ab0fae8a4949d5da9b 4,465 1.00/1.00 vMB 88
822,769 822,769 000000000000000000023dce0876d9b65e763f2a715895de4ae338fbcee38c96 4,802 1.00/1.00 vMB 93
822,768 822,768 000000000000000000038a7ee2346fe8542ca01f1e9db3fd35805e0e40074ed5 4,236 1.00/1.00 vMB 99
822,767 822,767 000000000000000000004c98c69124747cd2fe50aa2a6621a0c71fa55f668fb3 4,233 1.00/1.00 vMB 120
822,766 822,766 000000000000000000022ef7af4f8a0d68216aea65395dd2706e1c64c633fb35 4,900 1.00/1.00 vMB 106
822,765 822,765 000000000000000000032a2385b86e08e111bfee8829ca0ff39cd0679a0f4580 4,397 1.00/1.00 vMB 92
822,764 822,764 00000000000000000003d2528ad6166c29a91bd6a49015a0e635540e00bfafba 5,368 1.00/1.00 vMB 86
822,763 822,763 000000000000000000022eb0bd62249799f7b4e57620b77512872881a5a341ae 5,741 1.00/1.00 vMB 71
822,762 822,762 000000000000000000011511c98db3a985278d9eb219bad75b462ff022ad55f6 4,666 1.00/1.00 vMB 95
822,761 822,761 000000000000000000021f3a741ae85067638372e08e0cd289960fa4a4e84805 5,389 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.64 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: 626.29 GB
    • Received: 11.62 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.