Loading Tool

Explorer IconExplorer

Memory Pool

84,690 transactions
32.77 vMB
0.08372875 BTC
Random Selection Loading Transactions
Max Size: 194.14/200 MB

Candidate Block

Mining Attempt b1601cac3306ecf55bc58eda36b8da9fd989ba9fcc8f0a31e7d030f90413a111
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 987e21f9cad4d58ebfd8d07b5ace04301d23be1a48dc1e5ec847335e8745b8c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,311
Size: 1.00 vMB
Total Fees: 0.01874996 BTC
Feerates: 120.64 > 1.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (660,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,496 254,496 00000000000000322cc58d3ac7575b1ecc63d1d48fab781c3a5a81b3d5edf647 445 0.50/1.00 vMB 52
254,495 254,495 000000000000003987761e92e71c8a958cad146c4e2d58d0b6ec4dc275e63802 668 0.25/1.00 vMB 157
254,494 254,494 000000000000003485203941cbbc9a6ef04ec8c2cad5804fbb0fe4504db024e5 155 0.08/1.00 vMB 98
254,493 254,493 00000000000000256ceef3903c97184de0b492d863c8b3a7a616096b767a7f82 59 0.07/1.00 vMB 69
254,492 254,492 0000000000000015db58185b94134f3c7c08e3427ee425fb7bc8a39181b9db69 436 0.18/1.00 vMB 114
254,491 254,491 0000000000000002a7d478f67ecf2cb8a1c4cb4247f30bc3bc22b2553a0c1963 132 0.07/1.00 vMB 59
254,490 254,490 00000000000000348ceb008c490aa5cb245c9bf8659c2fbb2a4472d08f0a0935 323 0.14/1.00 vMB 146
254,489 254,489 000000000000000402f1b9617671ca663949d39add0146cecfaaba4586fda76a 81 0.06/1.00 vMB 47
254,488 254,488 00000000000000269ad472f0ba96b9fdfb888add02ccc9564b0ac79538ad98bc 491 0.25/1.00 vMB 56
254,487 254,487 000000000000001db98d0014e8de28cf807c72da6f02c787c55efeb4702c3fbb 649 0.25/1.00 vMB 167
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
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.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.