Loading Tool

Explorer IconExplorer

Memory Pool

40,059 transactions
26.26 vMB
0.05855549 BTC
Random Selection Loading Transactions
Max Size: 136.82/200 MB

Candidate Block

Mining Attempt 13e08ff13affae4bba0ca4fb2e5dfae1edbe8b8f3fda58ac3764e87fa7fc2747
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 0aa7634b74b3470b36a790cbf5e68ba3a1665bf7590bc8cd3d97557a571c66cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,252
Size: 1.00 vMB
Total Fees: 0.01037760 BTC
Feerates: 92.86 > 1.04 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (660,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,486 254,486 000000000000002d37806e98eecb483e3c5048602677eaed2170def462ccd1b2 380 0.15/1.00 vMB 135
254,485 254,485 000000000000000a0b314a5c065471c6c98b87ece43ff7e7adbbc9cb4625d496 240 0.11/1.00 vMB 106
254,484 254,484 000000000000002d8e7cc7dd6f6a42f6be13c0d1681bcb5cd906d71b99ae2afb 230 0.11/1.00 vMB 99
254,483 254,483 0000000000000022440c0521b9f1b5732e1cc034f30932411ea5172d5e4ec479 163 0.07/1.00 vMB 97
254,482 254,482 000000000000000e387c3e86ca4f8d7cec8cf5b3352bece802b18a89f4e0be50 140 0.06/1.00 vMB 70
254,481 254,481 0000000000000038caceb778cfcfd17870b2fc84e77f1b7031a4bd088b835003 155 0.06/1.00 vMB 134
254,480 254,480 00000000000000147cac34351d9bc6945957951cda30f3c454995b043e8e760d 396 0.18/1.00 vMB 128
254,479 254,479 0000000000000039aa0198c0e57d6aadd28d932c2c1b7c4b69c875b1653ce272 314 0.14/1.00 vMB 151
254,478 254,478 000000000000000bb85ce473ba429ebdfdd4a814905505062bdc8e0998ffa184 76 0.04/1.00 vMB 103
254,477 254,477 0000000000000020175a31f83bfe86e0bcc9beabf6680bd821dbb2985b705e61 237 0.16/1.00 vMB 102
254,476 254,476 000000000000000b71cb722710cd4a07bedcc9f2be06ed6fa4f7756c1b79a436 375 0.23/1.00 vMB 87
254,475 254,475 0000000000000000d9fd4da5a322a987e8b3e13301b1eb44b41a5cb692328326 436 0.17/1.00 vMB 140
254,474 254,474 0000000000000025b5e2e0c2645c577a6773ab0c6bf2cc17a82b704ba3bb07d6 488 0.25/1.00 vMB 131
254,473 254,473 000000000000003d53b095c9041ba21ad095bf6b562b66abb3f6b0482971df34 656 0.25/1.00 vMB 134
254,472 254,472 000000000000003c729dc0a3a66f6ddef1cbfca8707adad7bf314b1b79cad5d8 329 0.20/1.00 vMB 107
254,471 254,471 0000000000000023f0c084f5a664122a64a05df11ece5cf56b64686e46ab7604 8 0.06/1.00 vMB 13
254,470 254,470 00000000000000242dccdab1c60fc021f9e5f33b2dce12f0fcc18942996d2808 1,002 0.47/1.00 vMB 109
254,469 254,469 00000000000000285bf3861765bf1edb4eb5996019f26384c25e4b6a388f761e 600 0.25/1.00 vMB 155
254,468 254,468 000000000000000bd62179e96281a05dc5ffc7b7e3e659bce0cbbeb4bc8937f3 512 0.27/1.00 vMB 78
254,467 254,467 000000000000000c9aabf97f7ca722a8c9b794ba0e412683af68ddd338d856ad 477 0.19/1.00 vMB 134
254,466 254,466 000000000000000fadbf2e3e0971b59acf9836a4054dba8119f0a2b3b353580f 519 0.26/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.27 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: 656.07 GB
    • Received: 14.38 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.