Loading Tool

Explorer IconExplorer

Memory Pool

79,787 transactions
29.29 vMB
0.12732355 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt 17061bab7fc1dfb051257eda1d5989450fb5deaa309118f135844a376770353b
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 6fbb84c91b9202c3ab2e0448b7636047618df45ffc7e8861bb0392d63794bd4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,525
Size: 1.00 vMB
Total Fees: 0.04756258 BTC
Feerates: 602.26 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (433,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,286 482,286 0000000000000000004ddc5e8d8ef8c0b4496abae6a196471b3d36fb413b7ae8 1,067 1.00/1.00 vMB 62
482,285 482,285 0000000000000000000a2b1aead4993e0a9bd5f75dd6e011328d12472fdfcee2 379 1.00/1.00 vMB 10
482,284 482,284 000000000000000000a7a8c3de40510d5aac7945e1eb73e169d5408b7eb25b04 335 0.19/1.00 vMB 304
482,283 482,283 000000000000000000c4f2a91477dad27d8af3a11ea709daf357b923b3177428 2,108 1.00/1.00 vMB 283
482,282 482,282 00000000000000000019ebc9bf0cad5b87f3023ad4c9b844c851b112a160e9f6 2,035 1.00/1.00 vMB 338
482,281 482,281 000000000000000000e25f2d07c8ab45d9df87e97a98a151630c5e00b2a6dfe7 1,819 1.00/1.00 vMB 262
482,280 482,280 0000000000000000003afc26b62d7b8b8b516026cdcc41e581058a6e50bee9d6 862 1.00/1.00 vMB 61
482,279 482,279 0000000000000000007b4be681b7ed504e29d5643afd169de084e4e1bb6e3894 1,569 1.00/1.00 vMB 210
482,278 482,278 000000000000000000818e706f348f95c302a9ca495f43c36d7c09bcd738492b 981 1.00/1.00 vMB 57
482,277 482,277 0000000000000000010a035e5d619d498907d390180cfe5a33ec3eaed208bac8 1,413 1.00/1.00 vMB 175
482,276 482,276 0000000000000000011091c7167a99b1ae6fb954245b7c91f59495f5dbbc4d2b 1,444 1.00/1.00 vMB 248
482,275 482,275 0000000000000000005406daf25c61b9267b81d9976b608f4bb6c4d7403edf4c 1,932 1.00/1.00 vMB 91
482,274 482,274 000000000000000000f0f2008d4141510b88c6ac28e5b577aee98d9d440a3eb3 1,427 1.00/1.00 vMB 145
482,273 482,273 000000000000000000e17d0cb6c79472234873570924aa1268df82caab7f5d5f 1,317 1.00/1.00 vMB 185
482,272 482,272 0000000000000000005a8227e0b85434ee818d50f374372fc667afe07ad50e4e 248 1.00/1.00 vMB 30
482,271 482,271 000000000000000000aaf4a642be638d377855a33581ef673a15c2a38203c15b 1,601 1.00/1.00 vMB 202
482,270 482,270 0000000000000000005adfc6759602bee78b1b58f1842a16fbac8a78a669ad4b 2,006 1.00/1.00 vMB 246
482,269 482,269 0000000000000000012d11c19fd34e57aedb5448b6c3aec6b72d846055b70686 2,076 1.00/1.00 vMB 257
482,268 482,268 00000000000000000036f10fe93ae57e7cfa70f8d7ab4f00ada6ea29c3bd8a70 1,721 0.99/1.00 vMB 248
482,267 482,267 000000000000000000285131fd41fafb3206e669e2bae8a93ade567b0197e785 1,931 1.00/1.00 vMB 80
482,266 482,266 000000000000000000d11271d79aa4d087aa963cb43be7968d12f9551c18f83f 2,297 1.00/1.00 vMB 417
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.