Loading Tool

Explorer IconExplorer

Memory Pool

42,531 transactions
26.81 vMB
0.08946456 BTC
Random Selection Loading Transactions
Max Size: 140.03/200 MB

Candidate Block

Mining Attempt 5052f4a91dbbae169a634666f9d25af76383d068f70464e12d1fa24a5184dd2b
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 8959599e39b53df9880f02b009b310738320d4df54a84c4b311101ddbf45bd69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.03963874 BTC
Feerates: 151.01 > 3.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (418,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,461 496,461 000000000000000000391e1c5e3b6cd25511af972292e688bc71deb40b214513 2,382 1.00/1.00 vMB 90
496,460 496,460 000000000000000000ccb700c6459a0b53c086194f185988ffae87fd3e0f990c 2,457 1.00/1.00 vMB 112
496,459 496,459 0000000000000000004dfa468f83f5e1bb312abe941f1e8e128abc6346387e72 2,879 1.00/1.00 vMB 147
496,458 496,458 0000000000000000009799bfb16a596bd77999fbacfdbd3c590e9cefefd3e83e 1,808 1.00/1.00 vMB 126
496,457 496,457 00000000000000000028af5f752f4291c22d8e17c1c58feec4031bc3d18f9749 2,940 1.00/1.00 vMB 163
496,456 496,456 00000000000000000031715f2bf5b7944e767a9cc1f425e1c35d7ea46d00d53f 2,877 1.00/1.00 vMB 161
496,455 496,455 000000000000000000cfa259b7e1e76343f6eb5c2e865a2ca04d4f4b7c146e10 1,830 1.00/1.00 vMB 177
496,454 496,454 0000000000000000002211b7bbf55e02940965ebc498dc9f6270e901f266bb4b 2,246 1.00/1.00 vMB 156
496,453 496,453 0000000000000000007eefbfd140faf02c2c3138ca21f7839003db45e5ce9d61 2,057 1.00/1.00 vMB 180
496,452 496,452 00000000000000000002163359b1a6a8f97aa800acbfcef90d5e0189f1f034c2 2,539 1.00/1.00 vMB 129
496,451 496,451 0000000000000000004e9ebe266deaa488c9e55a0524035ea40f518d8e4ca4a0 2,615 1.00/1.00 vMB 121
496,450 496,450 000000000000000000a44500f1b1cd31e9806c709be1cb1cbe0daacb7b00fff0 1,374 1.00/1.00 vMB 140
496,449 496,449 000000000000000000c3e02331147d753a2560c277e16361ee8a4b7b82ff089e 1,933 1.00/1.00 vMB 139
496,448 496,448 00000000000000000034ec880aed2eb0d807d43ce87f2d2d62674c9b0b638908 1,586 1.00/1.00 vMB 111
496,447 496,447 00000000000000000059729fe0a9fdcecefb72ac4dbdaa0e77d1e3102b59edbd 2,165 1.00/1.00 vMB 124
496,446 496,446 000000000000000000c83dc1c171d7029bbba8e192422311c1266fa55eeca2c0 1,934 1.00/1.00 vMB 180
496,445 496,445 00000000000000000088760069024112ed9accc081343100bffa75f2ee6224d8 2,020 1.00/1.00 vMB 171
496,444 496,444 000000000000000000c1a652e0a27d9fe1d28cd2dba5b467cca8efc4ec5bb519 2,157 1.00/1.00 vMB 158
496,443 496,443 00000000000000000033188ee1251edb010b45096e52cf859cbc31faa2002dce 2,456 1.00/1.00 vMB 158
496,442 496,442 00000000000000000049bd4ddf49b055b905cd3bcaebd7e370e94509e8828af9 2,221 1.00/1.00 vMB 176
496,441 496,441 000000000000000000c2874ee17be260759b63e00d9dee3e6994005c4455ab11 2,656 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.