Loading Tool

Explorer IconExplorer

Memory Pool

73,400 transactions
27.16 vMB
0.06183412 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt 18f419c69f0dd175111dde67aa2f2752b424dbfe0f5cee469a30ef3187d2139c
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dd74c2f328ad26b8c56132265e81210cceb80a9acd0dbed2f574dc0851d933eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.00394162 BTC
Feerates: 14.05 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (474,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,364 440,364 00000000000000000321aadc8a4bd853f45fa9449a32f373889a86f419de9ff7 1,245 1.00/1.00 vMB 85
440,363 440,363 000000000000000002729ad6ee88a61ccbc810365d220f7914fcca2f5e699027 2,470 1.00/1.00 vMB 99
440,362 440,362 000000000000000003ad11ef94699ceec28e3a8615c76b3aabc6f402990f0bb2 1,559 1.00/1.00 vMB 91
440,361 440,361 000000000000000000a07c546b8eb43ecda61e32152a9223fb33a01d56756865 1,827 1.00/1.00 vMB 77
440,360 440,360 0000000000000000025acad60b2c2e3f458de751dee2201d2b593f3043a9e4b0 2,444 1.00/1.00 vMB 89
440,359 440,359 000000000000000002ce5efaed9c4484af0cd19cc13265ec6fb5e836f457a9e4 1,611 1.00/1.00 vMB 89
440,358 440,358 0000000000000000009d338669ff4e3777a1a2022569867990febfdea85b6645 2,991 1.00/1.00 vMB 77
440,357 440,357 00000000000000000059279db6148c88f4679d36e2159164a4afca22c87a2e4b 2,280 1.00/1.00 vMB 63
440,356 440,356 000000000000000001440a2e5813c9c47bda41ffff6e9f83a10a25a9ed65b82c 2,499 1.00/1.00 vMB 75
440,355 440,355 0000000000000000029350b69d4bb1f4c9f8979ea289eba4ad2d4cb6e5b30434 2,675 1.00/1.00 vMB 79
440,354 440,354 0000000000000000033205d1e8fed8ab73c006a5ecb190776e9c4bee6af8e6d3 2,492 0.99/1.00 vMB 74
440,353 440,353 00000000000000000320d926562def398088739e1960e7822c268f0fff86cc8a 2,404 1.00/1.00 vMB 82
440,352 440,352 0000000000000000028f6006aff9fcdd7325ba61582f9c40aeb9c6b5587711e0 1,725 0.75/1.00 vMB 116
440,351 440,351 0000000000000000005cbfaa6c3228c5975996f4070294cc957420f8ee23bbd4 2,377 1.00/1.00 vMB 99
440,350 440,350 00000000000000000257a19647b8f379679ddc7d720e011b79d5e13b54964349 2,560 1.00/1.00 vMB 80
440,349 440,349 0000000000000000029fdd6cc952f7bf417434373b3f86cb932b6445b4e14b90 2,512 1.00/1.00 vMB 101
440,348 440,348 00000000000000000211df47cb451c07bd933f7b941818c99f7a45e140b5c330 1,933 0.75/1.00 vMB 95
440,347 440,347 00000000000000000188e388345d158f4ed65e7638a98fb83d7152256c334ec1 2,600 1.00/1.00 vMB 95
440,346 440,346 000000000000000002062dd49a1fbbda539853c30bc2ef565155bc07a7436852 2,589 1.00/1.00 vMB 94
440,345 440,345 000000000000000000a705f2664e863dd6d11cd43f8e46ec5cc04732c2ef671b 2,744 1.00/1.00 vMB 67
440,344 440,344 0000000000000000015a1058a9d2916447eb7e7e6a3d4d826cdecd9a227f5aab 2,700 1.00/1.00 vMB 87
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: 114
    • Outgoing: 11
  • 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.