Loading Tool

Explorer IconExplorer

Memory Pool

44,053 transactions
27.30 vMB
0.07925149 BTC
Random Selection Loading Transactions
Max Size: 142.56/200 MB

Candidate Block

Mining Attempt f0a4a97022a665d306bb19fbd4e3e4a221193e8441b7f0c3c439c9a67af810a2
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 5f3e6bab4da68110ff95fe783e6f8addb546d907a4c9ebb098bb604a8f42c186
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,399
Size: 1.00 vMB
Total Fees: 0.02629431 BTC
Feerates: 150.77 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (806,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,363 108,363 00000000000201905fdc60d46e74ad3adeaae6ced8f4c64b2036ceb5e0a0d0cc 44 0.01/1.00 vMB 0
108,362 108,362 000000000000b0017831e4b51ff651fae35e306bae31ae1665014e16132c0527 5 0.00/1.00 vMB 0
108,361 108,361 000000000001fd82fbd8c313025b465a5358a3c5d3b6de452ab50a3a4253e2af 2 0.00/1.00 vMB 0
108,360 108,360 000000000001d9a16bc982928464136cff5edec104f37c8a5aa5fe117b668dc2 1 0.00/1.00 vMB 0
108,359 108,359 0000000000009df7d3554485a6a01c5d651f4c15bb93bd41e5c9d4568e786b6c 9 0.00/1.00 vMB 0
108,358 108,358 000000000001dcd0a51eefb38ec75eeba054c475e6de5075b2741f7ab1ac3ea9 7 0.00/1.00 vMB 314
108,357 108,357 0000000000018db9c9d424d52f1d4ee011981eeb84be9d316936a5c0288bb019 2 0.00/1.00 vMB 0
108,356 108,356 000000000001acefc965bd4c3cd8ba9c5e13df303b814b72536bd6dfecceb524 2 0.00/1.00 vMB 0
108,355 108,355 0000000000010887825bbdd85c42cd9cecfa3d59f512dea9d904f6d52337e931 2 0.00/1.00 vMB 0
108,354 108,354 000000000001132d3a425684bf46035b87f48c14aa6033f5cde139096d029616 7 0.00/1.00 vMB 0
108,353 108,353 000000000001c00172314d23875517148c66a1df4a4e116a81a9e65aa4237850 19 0.00/1.00 vMB 0
108,352 108,352 0000000000012e8ad71f2c8fe25818302059117035b502cfca31bbc824fd1fec 4 0.00/1.00 vMB 0
108,351 108,351 00000000000181ba37c29be1d32ecace03433b1a9acaac78527bef6045256f01 2 0.00/1.00 vMB 0
108,350 108,350 0000000000013d584707999f3b4f30b6bb85574cb30bf3c6cab9ccedfa18d7cc 7 0.00/1.00 vMB 0
108,349 108,349 0000000000008602cc78abd092b7c0feddef62b2e27fc5557243fcdf93018ee9 7 0.00/1.00 vMB 479
108,348 108,348 000000000001978f4ccc7e36d6d4d58c7ad54111eef5e74d2f7898dbc0f7b326 2 0.00/1.00 vMB 0
108,347 108,347 000000000001df7edeeabe6265de2bc71b8aafacf04d60098beaa043f4b44c1f 7 0.00/1.00 vMB 0
108,346 108,346 000000000001b30965a655b09c0d0b616ba9857ecb26645a28138834e355ed9d 40 0.01/1.00 vMB 0
108,345 108,345 000000000001e36b94fea5d681a544b6c9613210b29db768c5fab4ee0e0e0484 4 0.00/1.00 vMB 146
108,344 108,344 000000000001dd84ad19f27b08dfc85e11be09906fd62b5312c1ac8051446909 7 0.00/1.00 vMB 0
108,343 108,343 000000000001c3b321abbb4cacecf605d942cd766649af430a3f2ec5e827f799 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.