Loading Tool

Explorer IconExplorer

Memory Pool

41,570 transactions
27.54 vMB
0.13251734 BTC
Random Selection Loading Transactions
Max Size: 142.63/200 MB

Candidate Block

Mining Attempt 1c6de2cf2b3f9bdcdc41e70233e0e05302af0ee918750adac58d64f5750ebbf5
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 3e43d99105f1ac44d8c229da974a4a95ce4b8b0ebb463aed9de67ca84cd21780
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,228
Size: 1.00 vMB
Total Fees: 0.07092436 BTC
Feerates: 285.90 > 7.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (440,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,270 474,270 000000000000000000ea6badd8c554396078b4ba354c86cf6e57ac32f3f29386 589 1.00/1.00 vMB 48
474,269 474,269 0000000000000000002d011518a740d65e7c3e6db1fd1c240a57f1db845c5e02 993 1.00/1.00 vMB 80
474,268 474,268 00000000000000000171ad4bccb887e717050095b872188869372ff13c84bd85 2,348 1.00/1.00 vMB 224
474,267 474,267 00000000000000000112278761972da8327dc97e5e12da78b8d1d83e23f2b6e7 1,566 1.00/1.00 vMB 155
474,266 474,266 000000000000000001690b4d5956666b052d394474d398c85a6f457cd1c207f6 191 0.07/1.00 vMB 176
474,265 474,265 000000000000000000cb885470dca09aa91b11fa94ecc4096a9ca22f5ad4c559 1,091 0.50/1.00 vMB 214
474,264 474,264 000000000000000000ccd4c352a2011da09f0a6508bbfd485723afa496312c3c 2,024 1.00/1.00 vMB 114
474,263 474,263 0000000000000000001299c8818acfc23c5f6a9e0e76dc66aa14d5eab68a9932 1,436 1.00/1.00 vMB 241
474,262 474,262 00000000000000000054d69587c5bb37ef4b8e36cd70d6cab99b5cc1d201f8cb 1,546 1.00/1.00 vMB 320
474,261 474,261 0000000000000000009f4d954b37e147f4b3e4633eb6151e8cdba11c598bffb5 299 1.00/1.00 vMB 327
474,260 474,260 0000000000000000012eff9ebaa733997d43df7319ceebd85c4c18a95b4cf62c 1,041 0.99/1.00 vMB 329
474,259 474,259 0000000000000000013660c2169298ddb1a344ab3c9b7e35239559b4f34a94bd 1,406 1.00/1.00 vMB 172
474,258 474,258 00000000000000000117e2d65c1c3bd8fe61e1254de2f00ed8db90670d466b41 313 0.25/1.00 vMB 153
474,257 474,257 000000000000000000929a7a062e199ad5005eb1edfcab20efe54fd57dcbb7ec 147 0.10/1.00 vMB 254
474,256 474,256 000000000000000000e55bef9836ff0b7ecb2b8ff8f3660fe69fcee0cc5295f1 1,066 1.00/1.00 vMB 97
474,255 474,255 000000000000000000a3c5595e59fe529072e510a373b85b9acec77eda4f9e66 720 1.00/1.00 vMB 8
474,254 474,254 0000000000000000014890b3b61e6df9e1d3abfba528c844aefb31063624f631 2,084 1.00/1.00 vMB 115
474,253 474,253 0000000000000000006480958de1cdf8cee62b6897a0ecde8b7f6ba70ce11508 1,475 1.00/1.00 vMB 317
474,252 474,252 000000000000000000583006536c3f332efa89697d2718fed3683699ff1f6619 2,279 1.00/1.00 vMB 327
474,251 474,251 00000000000000000157514cd278b63ad62c68730e9bf2f919239fc749828048 1,554 1.00/1.00 vMB 92
474,250 474,250 000000000000000000239f861dc28f193298f4caba565f57e5d1a6450833cc67 2,475 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.82 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: 636.45 GB
    • Received: 12.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.