Loading Tool

Explorer IconExplorer

Memory Pool

86,902 transactions
31.83 vMB
0.15564586 BTC
Random Selection Loading Transactions
Max Size: 191.91/200 MB

Candidate Block

Mining Attempt 7d7b6ee4e4baafd029d25bd26d2d1618597645975d8078c8c802af564362e88d
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7d4d77a54197de134dcbd5cea73b76999d0d204fb6af58603709ee4bc24f3c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.06939072 BTC
Feerates: 214.31 > 6.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (470,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,381 444,381 000000000000000001f173d0a159a87d07f54f23aa971bbea262a5984f0bdcb6 1,098 1.00/1.00 vMB 36
444,380 444,380 0000000000000000027b1d4aaf4fc10f726b2583964b7fb5e3dae287c3884db8 681 1.00/1.00 vMB 23
444,379 444,379 0000000000000000036abe39054e99889688d5abfa773769f870126bd1759f5b 957 1.00/1.00 vMB 30
444,378 444,378 000000000000000000fb8b1d0df2d5591df81dfc57eb846033eb3ea7956e082e 1,521 0.63/1.00 vMB 74
444,377 444,377 0000000000000000037ffffc75915dacff7493a4dba8e676a2ad6b1dbb667d96 1,562 1.00/1.00 vMB 43
444,376 444,376 00000000000000000175fa07cea991114d89f035d8f2d16721a85a90b1729018 1,401 1.00/1.00 vMB 42
444,375 444,375 0000000000000000036425a1a5c547c59db556427ce62dd417fda98c06444af1 2,399 1.00/1.00 vMB 81
444,374 444,374 0000000000000000019a1fb589ad77b864e57d661c9c101fe4272711559cf045 850 1.00/1.00 vMB 16
444,373 444,373 0000000000000000014ba59b81dd7bb8172521ab47c6d3233df957a30bacdca7 1,869 1.00/1.00 vMB 60
444,372 444,372 0000000000000000027728995e0052b62503fdc22c8b03c4b42e7dbc6408a8ec 1,951 0.75/1.00 vMB 91
444,371 444,371 0000000000000000037cbd59526e284569a790fc024f7df1c61f076c9988ed78 2,157 1.00/1.00 vMB 71
444,370 444,370 000000000000000002f7d205e6e90ec6588818bc72f303b9fe1c2ca2d8fefec9 1,232 1.00/1.00 vMB 67
444,369 444,369 00000000000000000054b3b54c2f336818ccdadd6fb6e625165e80e8a51eee9e 2,504 1.00/1.00 vMB 79
444,368 444,368 00000000000000000161a2f2ae584819050ca82dadf853a8036f55d411a40554 2,207 1.00/1.00 vMB 77
444,367 444,367 000000000000000001d56f282ea938802ba2655fab5f1e1465494ffec1416727 2,087 1.00/1.00 vMB 69
444,366 444,366 000000000000000000c87f0e4c8c43e4a9c0e1c82eddf42a861726db09f9d8d2 3,354 1.00/1.00 vMB 112
444,365 444,365 0000000000000000018c6ebfd83848fc5e1933df2a792fd2cc48ffe4f44aee4d 2,752 1.00/1.00 vMB 73
444,364 444,364 000000000000000000473b798696114af82ba6227222595471efa55d02d393d2 2,071 1.00/1.00 vMB 88
444,363 444,363 00000000000000000137129fe493c7da9ea461a1dc6c7d2fee7df00e67392997 2,907 1.00/1.00 vMB 100
444,362 444,362 000000000000000001105f73409addea5b40bb246f9cac6513583f4cc68937f7 1 0.00/1.00 vMB 0
444,361 444,361 000000000000000001c60d532a02f1d6b1956f38e52dd7c392f4242e7cfee34c 1,974 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.33 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: 660.79 GB
    • Received: 14.77 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.