Loading Tool

Explorer IconExplorer

Memory Pool

88,457 transactions
33.80 vMB
0.13850498 BTC
Random Selection Loading Transactions
Max Size: 199.93/200 MB

Candidate Block

Mining Attempt b31d36562ae68d9eab451ffc30fe40606794966f8b2c48e6cff3cc49eaa41d14
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 43388bb9ecb96b7536bf3f4607f248e02ec077d5da150af2bfe8b4e13b59674e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.05547557 BTC
Feerates: 469.97 > 5.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (448,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,628 466,628 000000000000000001c0c505556faaeb8a80144d2036591136508220916f2f6a 2,299 1.00/1.00 vMB 215
466,627 466,627 00000000000000000006d1f41123acf6a8c71cbcc42c0c96299671d101d1ead1 2,444 1.00/1.00 vMB 239
466,626 466,626 000000000000000001debb955e8b439a45c4c5b8d3936b5e500713294f579cb1 1,577 1.00/1.00 vMB 281
466,625 466,625 0000000000000000004d9ba20fdc5bae40a3df00b902a934aa5601e4807897b6 2,336 1.00/1.00 vMB 218
466,624 466,624 00000000000000000070da9ff85bfedb799865fe935458b9a9d888b0a2a4a1fb 1,565 1.00/1.00 vMB 230
466,623 466,623 000000000000000000c7b5900e5f4119c3e2cc583588618d72379f2e0d1ca307 2,625 1.00/1.00 vMB 242
466,622 466,622 00000000000000000129408707d5b06c4861943208fb3db866aa7a496dd1a364 1,813 1.00/1.00 vMB 242
466,621 466,621 000000000000000001ef130f1537f32fd908ec9886792d3affa28631b4a74f64 2,484 1.00/1.00 vMB 241
466,620 466,620 0000000000000000018c8eeb044f1eb2de33b74b2922b69d1496d22c6a1fedc0 2,250 1.00/1.00 vMB 178
466,619 466,619 0000000000000000018841752bfd67ff6eb2b511bee52d40831c32ce4e32049a 2,247 1.00/1.00 vMB 201
466,618 466,618 000000000000000000f3c1901c5ed10a84b93ca00695778c08b26f43578f4d32 1 0.00/1.00 vMB 0
466,617 466,617 000000000000000000f51c6f2038d12189eae7288ebb1994ce6a805809a601a4 2,282 1.00/1.00 vMB 258
466,616 466,616 00000000000000000123111f571fd4184069a1654ac031f5740fa7f5eca63b64 2,553 1.00/1.00 vMB 146
466,615 466,615 0000000000000000017ad355474edad301515b934e5e201f0e58ecae0c00325c 2,203 1.00/1.00 vMB 147
466,614 466,614 000000000000000000f525351df3fae9089c2fe911e1e0ea7ef4b453dea5a8f7 2,681 1.00/1.00 vMB 231
466,613 466,613 000000000000000000cd8bb1341b9ccdb494cb57e408bd2085e0bda34fb12f44 2,004 1.00/1.00 vMB 150
466,612 466,612 000000000000000001d83d9a36737bc75c9b9278979bdf29746607e89d659832 3,152 1.00/1.00 vMB 171
466,611 466,611 0000000000000000018a6041f16592e8275efc76a24e766d28d824c4536ff36a 1,446 1.00/1.00 vMB 157
466,610 466,610 000000000000000001cd34e5c31e8e6f12dce4266ee594b26ca2ed3f97f869bc 2,090 1.00/1.00 vMB 218
466,609 466,609 000000000000000001a2dd85057e5a562229938597246e2cab3796428b03fa2b 1,701 1.00/1.00 vMB 175
466,608 466,608 000000000000000000719f7638ab5347b4794b80732306c67470cf2acbbecb71 2,279 1.00/1.00 vMB 185
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: 11
  • Data Transfer:
    • Sent: 657.87 GB
    • Received: 14.56 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.