Loading Tool

Explorer IconExplorer

Memory Pool

45,300 transactions
28.73 vMB
0.12581943 BTC
Random Selection Loading Transactions
Max Size: 152.06/200 MB

Candidate Block

Mining Attempt 6873b8a944ab958cf444ee6e0aa6a888de9a2529b4e24b37f20d69f646fde175
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root eac66d632d019592e793e5f02923a143eeb41bf89c044a070490310004eb58a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.07093392 BTC
Feerates: 101.65 > 7.11 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (340,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,350 574,350 000000000000000000174bc24620144232055e6b2ae8c75915267efb4bff448f 3,363 1.00/1.00 vMB 22
574,349 574,349 0000000000000000000d8a9fc1ef060b49a60bd16441ac084e1fd3c9fe5e496c 3,348 1.00/1.00 vMB 31
574,348 574,348 00000000000000000025f2cbceb2cea1fc5b7f6995516f6250b1404c890deae8 2,781 1.00/1.00 vMB 29
574,347 574,347 00000000000000000013f6d50b491d0c8733d6d03a0aecf1a7e161d4500e5a79 2,994 0.99/1.00 vMB 17
574,346 574,346 0000000000000000002941b2dbbe1a501a5f5555a57bc0f0a7f68ca6ea6e031e 3,228 1.00/1.00 vMB 13
574,345 574,345 00000000000000000013be7c7da8eb9b53bc50da38baff959dfab357cc34b9a6 3,626 1.00/1.00 vMB 39
574,344 574,344 0000000000000000000ce84e8ec29c362c8df4824a251258d546b4177ddbf8aa 3,147 1.00/1.00 vMB 22
574,343 574,343 000000000000000000084b2770394f180771eb6f1ab5af22264be94783a1fae4 2,702 1.00/1.00 vMB 33
574,342 574,342 000000000000000000119eb7473819635b32154184eb9c3cec91dc9cccf98d9b 1,149 0.34/1.00 vMB 20
574,341 574,341 00000000000000000013ab031a8eeba7d37a75d8a8f1ce272c57af33986733c3 1,453 0.42/1.00 vMB 20
574,340 574,340 00000000000000000001debc4c292acc4fb6a52418b0b5ae3cd030ae1efee026 1 0.00/1.00 vMB 0
574,339 574,339 0000000000000000000e8ac64e83cbeda12b708ce6f317ff15847bfca37a97cd 2,692 0.80/1.00 vMB 12
574,338 574,338 000000000000000000029a92f739abfb64bb3df46c72727da4aa387ba3332832 2,707 1.00/1.00 vMB 21
574,337 574,337 0000000000000000001ef31e7f1610a24df2e9e2ff56845b023840a26ee36d9f 2,236 1.00/1.00 vMB 5
574,336 574,336 000000000000000000265aa5badb2bee52390a5e1e22c979fbd086a14bdd3b69 1,740 1.00/1.00 vMB 39
574,335 574,335 00000000000000000026372f62915c43c04d54d50e79370e825fe0cd9a60c56d 2,653 1.00/1.00 vMB 27
574,334 574,334 000000000000000000181062a089c88ff251526e8ceb72d7aedc9fe7758154af 3,062 1.00/1.00 vMB 41
574,333 574,333 00000000000000000014033f4d2e87761e7cef3c945845fae4b87e48a8248b30 2,739 1.00/1.00 vMB 40
574,332 574,332 0000000000000000000e07d64bf955d2fb2424b7faa05bdb0694b2d9d39cebe8 2,979 1.00/1.00 vMB 48
574,331 574,331 00000000000000000018aa2168cec8d37bb57ab013133957d0c1e84626ac453c 2,925 1.00/1.00 vMB 50
574,330 574,330 0000000000000000002784ff8e4381ac135da591e963796beeb59118a6cb3dde 1,939 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.