Loading Tool

Explorer IconExplorer

Memory Pool

14,949 transactions
7.50 vMB
0.06870151 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.98/200 MB

Candidate Block

Mining Attempt 767e339fb25d6c972492c35b6b81ec213121781dcbab55b78455f5bde22b2767
Version 20000000
Previous Block 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d
Merkle Root 31dc475a22cb36eb7b6ac2c977375b6e73d551b0b1fd01de572884005176cb6a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,737
Size: 1.00 vMB
Total Fees: 0.05398547 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,437 (667,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
246,004 246,004 0000000000000047f2fcab2603c571ac02a02ad6943cd71e0a6f5df304755a8a 158 0.07 vMB 116
246,003 246,003 00000000000000514173e54ad37301e70474640154a87dd7474508c85c4af26c 106 0.11 vMB 79
246,002 246,002 00000000000000891d8d84520da5fd4eed479bbd4c6280d29b1c468203520ffc 452 0.19 vMB 166
246,001 246,001 00000000000000349dd94eadbc44ee38ecbf5e97227e37f3c9a7ad24f7ec8dfe 847 0.33 vMB 112
246,000 246,000 000000000000004c318a3ad2ebac28d140fada215b11f5b7d8e9151ff0b000af 16 0.01 vMB 123
245,999 245,999 000000000000006d5b727fbbd0de3cc3e07acaaf9ada9403b263d394c686f888 92 0.04 vMB 128
245,998 245,998 00000000000000491c0e0943d8db613a77e1407ce124871e87795b1ddb47822d 36 0.02 vMB 23
245,997 245,997 000000000000002925a06e25ccf07590fe3aee19c14fa83f38979c3023d46987 241 0.11 vMB 98
245,996 245,996 000000000000004b0e72c0f8530843392495e9ee7878653629b0e85f40e927f0 499 0.19 vMB 147
245,995 245,995 000000000000001351fca6c9fd3ddf7afcd63f3b297c866aaefd588749d0bf2c 386 0.17 vMB 100
245,994 245,994 0000000000000024ce6bd2001a9551656826c95b9e76002c933dccea3baef606 100 0.04 vMB 153
245,993 245,993 000000000000008834327a9e68951d598c62053ebdbca3f1f872249f662e2403 82 0.05 vMB 109
245,992 245,992 0000000000000058a675664efc02f62afae1883e3b2967b812f241943acc8052 150 0.07 vMB 120
245,991 245,991 00000000000000704386a034623cb7fcfcddda4a70fe2494d10a07d45a094648 348 0.16 vMB 106
245,990 245,990 00000000000000780ba644a4cc12a768064d80a888c3c57f5cbadda7e5fd7e50 435 0.19 vMB 127
245,989 245,989 00000000000000459d3361ce5cc8a7c9d64ca3e24d9d4920a486e58220dccd64 170 0.08 vMB 119
245,988 245,988 000000000000007a5ed2c3286ecbbeda863ba09be84e09a28ea62289c85e0d65 105 0.04 vMB 163
245,987 245,987 0000000000000017f082dfe3db991d56a323cb7cb5a0e974ce38d1b615ef58b7 4 0.00 vMB 44
245,986 245,986 0000000000000017507af3dcbe139de95a104c122e6a23b6070f10a119166445 344 0.15 vMB 147
245,985 245,985 00000000000000707c9939fde3e51325d142024e2d723cec35fbdb0f2f7a6449 39 0.01 vMB 8
245,984 245,984 00000000000000752c39470718478adb5d0da9d8f6506e9d3f0c2323f75f981f 290 0.14 vMB 119
Previous 10 blocks ↓
Total Size: 779.63 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: 303.12 GB
    • Received: 1.37 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.