Loading Tool

Explorer IconExplorer

Memory Pool

18,481 transactions
8.54 vMB
0.02797086 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.95/200 MB

Candidate Block

Mining Attempt a76139ba7e37b9cd346e37764565159b3aa4ef792272985e17d8973afe03d975
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 698f34a1db2ded2596107f3c53068ce6cbae1344ccfcb1149a1a4de7d6a2650b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.00964200 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (770,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,888 142,888 00000000000006baf6a43fa42f61d229577a5891a641396bc45045dbeb968627 120 0.04 vMB 38
142,887 142,887 00000000000006c538e7c53dee14d080d447a8a24174f1fe5ac0ae3b7c8f65d2 91 0.05 vMB 119
142,886 142,886 00000000000000f25d616a64a4328d330c3810e3cc9a496a74a3ffe680edb2d7 45 0.01 vMB 199
142,885 142,885 0000000000000017168813d4edefcb87fd617c890859aa954837a67bd0706493 32 0.01 vMB 83
142,884 142,884 000000000000014254f592dd5fd177e4a1bf182a07b8946d85296de9153c7a65 1 0.00 vMB 0
142,883 142,883 0000000000000892ef02e87746a4890bde915df7662ae082803697990504088d 27 0.02 vMB 77
142,882 142,882 00000000000002534a1b147cc8cc5df12cb85fe060787ba59134832252d03320 16 0.01 vMB 205
142,881 142,881 0000000000000469fbfcacc935ffcd3d0f6392f247d779b7c4ca6354fb174c7b 88 0.03 vMB 29
142,880 142,880 00000000000005e5b019a8b532ff565680fc0eee708da4c42e38479326852147 5 0.00 vMB 63
142,879 142,879 00000000000005aac47538ab53921da7e51f5d1b8d7c9b1a9536c8d0d921114c 4 0.01 vMB 109
142,878 142,878 00000000000005a497b34265e2c0e518d70d085492b83d245e521872e6abbe6a 35 0.01 vMB 188
142,877 142,877 00000000000006e272f572757ff66571ee2eeecf1f4e650817e33d5b9072e547 12 0.01 vMB 20
142,876 142,876 00000000000007bdd214ec5826b74c5fe1c5961cfe8a6ad78fcd17e494c28241 18 0.01 vMB 404
142,875 142,875 00000000000002c975d9e51f7437212e7d7c1d774675dd6e6b06228ded941c91 6 0.01 vMB 0
142,874 142,874 00000000000002dbd11c1dc63003bd634546dfa0f06b3bd2fbc703a18f5fcac0 6 0.00 vMB 106
142,873 142,873 00000000000000d5333f8f8cffa8951314f28cbfbace939537f4e448e34ba149 82 0.03 vMB 146
142,872 142,872 000000000000080f0635d555142e1f50b4be09788e2c2c2375732b634912306b 13 0.00 vMB 217
142,871 142,871 000000000000040039f6a582336349fcfa13f30f8d419d662e27f87cfa5de9b4 5 0.01 vMB 32
142,870 142,870 000000000000072ab549558a2b243a2c638244b28437fe8007680deb5edab72f 35 0.02 vMB 195
142,869 142,869 00000000000009377fe71a8a817fb605bb4530b9781f5e583a4eff29d6cdb383 9 0.00 vMB 52
142,868 142,868 0000000000000908f2e270c4a6540c3c13e60b659030b89eae96da86a2447290 4 0.01 vMB 19
Previous 10 blocks ↓
Total Size: 779.55 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: 251.33 GB
    • Received: 0.95 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.