Loading Tool

Explorer IconExplorer

Memory Pool

73,927 transactions
27.41 vMB
0.06858160 BTC
Random Selection Loading Transactions
Max Size: 167.11/200 MB

Candidate Block

Mining Attempt fa5565de39dbdcd43007a63967778e62481df4bb053ba82f662cdad49016d896
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 0b8223f7e110459f013c06ac0303e9560f7e2d22e4b92ec25a5fcde15e57df3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,818
Size: 1.00 vMB
Total Fees: 0.01024901 BTC
Feerates: 101.19 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (426,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,005 489,005 00000000000000000067f331072ce5b729c96da94db55ba93c3dc24bf026e501 2,196 1.00/1.00 vMB 58
489,004 489,004 0000000000000000000ea4e1fae9184cadad7982a0f5cf46b4401c8f69627ade 1,790 0.97/1.00 vMB 117
489,003 489,003 0000000000000000008cf74a1a94717265a8b6f4192a1d18fa8867941f78c199 578 0.40/1.00 vMB 30
489,002 489,002 000000000000000000a5288de5ceec06b1a281be5c50aa8de320c9ea5aa74904 1,931 1.00/1.00 vMB 48
489,001 489,001 0000000000000000000c884cc51f7ab97e26320a82d486a005a73c1323bfe986 2,051 1.00/1.00 vMB 81
489,000 489,000 000000000000000000cd2640a061b810e668e029d63b37645a59e8caf8fc11f4 2,332 1.00/1.00 vMB 171
488,999 488,999 000000000000000000e0f7b4ece21086556b658fe6ba6e9834e7143fba606592 1,430 1.00/1.00 vMB 65
488,998 488,998 0000000000000000002356543f438e2e20806cc86f587c2e2b21c84243ce9522 2,309 1.00/1.00 vMB 106
488,997 488,997 0000000000000000009c84c42a9a804654b8028a61e6c7425a46eeb9e154e326 1,303 0.75/1.00 vMB 52
488,996 488,996 000000000000000000a3f14e3c4617263f1ebf41dafde4744f1e5c916e4441a6 770 0.38/1.00 vMB 118
488,995 488,995 00000000000000000040550f419047f04bdee448d41d5a53e6e67a31aa1eaf3a 472 0.36/1.00 vMB 51
488,994 488,994 000000000000000000d5139ff68ecf350a88e4693119b21e744b5357de50cb73 2,120 0.95/1.00 vMB 81
488,993 488,993 0000000000000000007de493ed09c5ce774eb3ae96c413563f66681764e83a9c 1,404 0.79/1.00 vMB 73
488,992 488,992 000000000000000000688e36f099096511b806c548f01fa76a0ef64d94e6b24b 460 0.19/1.00 vMB 132
488,991 488,991 000000000000000000e84b1330fdd5dfd1387e1a8763f0eff3467c8163b5691f 687 0.36/1.00 vMB 21
488,990 488,990 00000000000000000024b5e67c13497a2f86c80befd4a37a85de98fa9cd8b1c2 2,294 1.00/1.00 vMB 93
488,989 488,989 0000000000000000001e0cbd25fa0b75f868007129877fc86f2460414971cf2d 1,633 1.00/1.00 vMB 80
488,988 488,988 0000000000000000005f8ca8c5a2d7d0d25c0be54daca6f64fe3da5f598948f0 895 0.43/1.00 vMB 134
488,987 488,987 000000000000000000bd3b6f2ba66246f2f1b7ace0d36a21d9e2ecce7c0dc87b 1,493 0.81/1.00 vMB 72
488,986 488,986 000000000000000000ceb49ee7be0cb93f0b34493c623dcb4addad67e845b180 1,714 0.78/1.00 vMB 56
488,985 488,985 000000000000000000efc1bead6962685e7080679ce9ce150ee2731f0974b823 1,915 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.