Loading Tool

Explorer IconExplorer

Memory Pool

41,920 transactions
26.54 vMB
0.06046532 BTC
Random Selection Loading Transactions
Max Size: 138.65/200 MB

Candidate Block

Mining Attempt b8dac0a54026eaee9eddb1294259ebfaa516f244d9da56d026658d62d4c59926
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 8bf8a614e1107f83018f0db9c4d26475ca689ec6e215c2eaa0161bc7e02a9b2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.01138494 BTC
Feerates: 47.58 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (357,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,336 557,336 0000000000000000001961afae3fcfecf44be1d6ded520a6ea514c943ab0099a 1,753 0.79/1.00 vMB 11
557,335 557,335 00000000000000000004f672e41ac9f4b679402d3cc9df090d1060aaffa17325 1,952 1.00/1.00 vMB 3
557,334 557,334 000000000000000000240fa44e26c0fa0134b1924ef87f9b73d88cce24f6c8b8 2,883 1.00/1.00 vMB 23
557,333 557,333 0000000000000000000668bfc723e015ece69b91a9cca26870c5e6815be34628 3,042 1.00/1.00 vMB 16
557,332 557,332 0000000000000000001c61de24a1112350fb8d9eca101fde3affdd0c825cc0db 2,933 1.00/1.00 vMB 20
557,331 557,331 0000000000000000001f1ab17d82075248eb9791dcb0e626c4245d5b81bf0ff9 1 0.00/1.00 vMB 0
557,330 557,330 0000000000000000000c5ac56aaffb48d76df171372914b82f88d86ff2668f86 1,788 1.00/1.00 vMB 6
557,329 557,329 0000000000000000002f2bdfb4cc5d273bf23548e65910038419d682b2ccda36 2,091 1.00/1.00 vMB 28
557,328 557,328 00000000000000000021b1e8cf1ec8b9c7192a064e115a24ae61795d2c448b15 3,143 1.00/1.00 vMB 7
557,327 557,327 00000000000000000029519833bf13147b6b9c2c103cd38ad74c7f6ea934d3a1 3,210 1.00/1.00 vMB 38
557,326 557,326 0000000000000000002d0814337aa8af1bee7775dfc3bf08bcd9ec13f4e975e0 2,956 1.00/1.00 vMB 28
557,325 557,325 0000000000000000001ac71a6233bf104f35ac8c0813869e0e1c82b0c2aadf5f 2,286 1.00/1.00 vMB 2
557,324 557,324 00000000000000000017647b3314e4a14727d882ae38c9fea96bea8dc1190cd7 2,393 1.00/1.00 vMB 10
557,323 557,323 000000000000000000088e794252ea045fd459ebceb7b4e3ec08f4049a2ad4b6 2,552 1.00/1.00 vMB 6
557,322 557,322 0000000000000000000bc1d117f602991efbd06bf178d5b2cec7132ae25abbb4 3,068 1.00/1.00 vMB 14
557,321 557,321 0000000000000000001b2f67ea924b35ed9886fe4c6df2a6e9042885ee8bfe51 3,390 1.00/1.00 vMB 22
557,320 557,320 0000000000000000001c38be656cd57d88b214f4b7a8054571f2538a9fd8308d 3,338 1.00/1.00 vMB 17
557,319 557,319 0000000000000000000a435d160ccf99f770dddd3aed422ccd807fccdd75f029 2,126 1.00/1.00 vMB 16
557,318 557,318 0000000000000000001dc067ac980d07d52244086f3707626e61dd8e24bf4227 2,648 1.00/1.00 vMB 23
557,317 557,317 000000000000000000100d0a5eeaa77110d40cca50ffd664436de53ff27e91e8 2,784 1.00/1.00 vMB 37
557,316 557,316 0000000000000000001f197b1ff19269486ce1d142d9b7981449696aa892c9ef 2,737 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.16 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.27 GB
    • Received: 13.85 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.