Loading Tool

Explorer IconExplorer

Memory Pool

44,240 transactions
27.39 vMB
0.07150995 BTC
Random Selection Loading Transactions
Max Size: 144.25/200 MB

Candidate Block

Mining Attempt 2e1344cf0dedb545584970f01b85ad7014fb360189c392766714a4f879a8832e
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 21133d03105c8bc9099237da0f5974d205088e540880a5f630d35d3fa73c85f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,573
Size: 1.00 vMB
Total Fees: 0.02028914 BTC
Feerates: 170.94 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (348,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,914 565,914 00000000000000000004e68f9c2191fa51ce416e015d6e8204929c4fb87603dc 2,393 1.00/1.00 vMB 29
565,913 565,913 0000000000000000000d5a87b1eb177cb6f219712ffb0bf006039e6b1c41ab5b 2,621 1.00/1.00 vMB 47
565,912 565,912 0000000000000000000c9d72898a48160931949a8d60fa9b69ad3353807298c4 2,994 1.00/1.00 vMB 66
565,911 565,911 00000000000000000007100fdf32c6800be9bbce997f8a7b4cf3178099e5d017 3,311 1.00/1.00 vMB 48
565,910 565,910 000000000000000000051d501f7c9aaf029f1c7cb291f84ed542e17a7e8f24fd 2,492 1.00/1.00 vMB 53
565,909 565,909 0000000000000000001cf88e550c1b29e2091480f8259d6388ad93dfdb004324 2,508 1.00/1.00 vMB 62
565,908 565,908 00000000000000000007e2369d8ecca33720d11f3fb7cec0353f98816283724d 966 1.00/1.00 vMB 64
565,907 565,907 0000000000000000001e03fdb85121f09f72fc1f6c70b76ff058aec7ec2dafb2 1,643 1.00/1.00 vMB 97
565,906 565,906 0000000000000000002673acedd0487894410531f44f143556f126215d112c63 2,453 1.00/1.00 vMB 15
565,905 565,905 0000000000000000000484174f5634bb744be3a01767b4e025e2d2d383f10fe9 2,901 1.00/1.00 vMB 23
565,904 565,904 00000000000000000002b51a2b0b6e2e0f215b9f176f0464aa623c7163205579 2,754 1.00/1.00 vMB 37
565,903 565,903 00000000000000000015a25a3652773a065dcf7921057d2bab182f74bcf43f68 2,795 1.00/1.00 vMB 54
565,902 565,902 00000000000000000008c5edae17886d48d340387cbdc16c0d9ee3570603b44c 1,667 1.00/1.00 vMB 20
565,901 565,901 0000000000000000000c7430bb9d8e337a1e309a73d9c7560872b1e0b8e0aaec 2,773 1.00/1.00 vMB 39
565,900 565,900 0000000000000000001cd1a6b5d0d226d2af982c87d7c82dc033936af84c7d88 2,757 1.00/1.00 vMB 33
565,899 565,899 00000000000000000019606367e4051667a9812e203c055d17a10ef6a8a09f64 2,416 1.00/1.00 vMB 23
565,898 565,898 000000000000000000013187f5d5bb6743fb6e562e3ef7a1591369fbf1faa8f4 951 1.00/1.00 vMB 23
565,897 565,897 0000000000000000001221601ae4d1554e05f0e5e26f3b7a8c3ccfaf1ad235ea 1,451 1.00/1.00 vMB 35
565,896 565,896 0000000000000000001d3ff80c5db824ad0d7f2fcd0021e3c9e566fa2461da0a 2,109 1.00/1.00 vMB 16
565,895 565,895 00000000000000000004158e645b96c3417cc8d64507ae41850687015d121eac 2,022 1.00/1.00 vMB 16
565,894 565,894 0000000000000000000905cb9f2dd649815a1110bdd9652caf0376120b9a7d54 2,351 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.21 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: 654.39 GB
    • Received: 14.14 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.