Loading Tool

Explorer IconExplorer

Memory Pool

78,875 transactions
29.46 vMB
0.08402831 BTC
Random Selection Loading Transactions
Max Size: 180.56/200 MB

Candidate Block

Mining Attempt 0cfa8d2bce9c6f231be90dba039245949de2c2c40269224167fd248b53d710ed
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 9e110e301a9c3e254a4528f80cc3870c497ceca1af6e9bb82bcc45524174d9de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.01930628 BTC
Feerates: 302.00 > 1.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (833,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,264 81,264 0000000000311bf9322d1038bdb5142915fb85e2e46c5cd03f77c73a9ab5dfc1 2 0.00/1.00 vMB 0
81,263 81,263 00000000003e9745f9d816263812609ec44c514d7be9b583abc55ff77188f4d5 3 0.00/1.00 vMB 0
81,262 81,262 00000000000610298da690d648e983961222f1517191d6971de5da9df2ff0db6 7 0.00/1.00 vMB 0
81,261 81,261 000000000044df28a5b0b408732afda11c1c01ba0c965684a3a207b7c6675726 1 0.00/1.00 vMB 0
81,260 81,260 00000000003915ec5f6906aa031649353714b034ccac16f7e35636960af2039b 2 0.00/1.00 vMB 0
81,259 81,259 00000000001f1dc7e7e3e2c72e2271da690ba5aadd089094c3ca965e43c893bb 2 0.00/1.00 vMB 0
81,258 81,258 00000000002701912efb1715ee2d8775cf7bbb4f2d39960c5c228c4c105e42cf 1 0.00/1.00 vMB 0
81,257 81,257 00000000000fdaf9ea8c891e1529abcbd781a07bc2fdc125181781e1b0795a2a 4 0.00/1.00 vMB 0
81,256 81,256 000000000033514b9794f59a2f81649190172e3235bc51fba94ca8f5a1080b68 1 0.00/1.00 vMB 0
81,255 81,255 0000000000454715bc65864c3293dbdd13ff1f9ed4f6228f6ecd5da155e28ec1 1 0.00/1.00 vMB 0
81,254 81,254 0000000000470c3d1aa5740160af60aa049da18e3f4c235b570c3fe997c5c9d6 2 0.00/1.00 vMB 0
81,253 81,253 0000000000342e84a64ac7fa9d13e7af8bf43d7ab77f6c1af75aac8e9be2dea3 4 0.00/1.00 vMB 0
81,252 81,252 0000000000075798dae9e67405a1e98063722f3ea546e33d1ef546b34795109e 4 0.00/1.00 vMB 0
81,251 81,251 0000000000011dceabc62e86ce20b8c5046d4e93a97760e182788880a1e48868 1 0.00/1.00 vMB 0
81,250 81,250 0000000000225302b8d646e373732bf2693c54b74f8cd66f5eb5eb592d0c45c6 3 0.00/1.00 vMB 0
81,249 81,249 000000000019ec38d8be66973ed37b5eecd7cfb0d0e534c22d67c8d319da5402 4 0.00/1.00 vMB 0
81,248 81,248 00000000001bdf1cd59b1b8b88d206a27c5098decd5b11663c6f34fbcfa0fa6d 4 0.00/1.00 vMB 0
81,247 81,247 000000000016022814576cc63d04d01e4632cb096aa36d0d90f92b858142d0bd 2 0.00/1.00 vMB 0
81,246 81,246 000000000013d6196c718888bfbc05ad6a2e88e98f7b7519bc47a1d1797feda2 1 0.00/1.00 vMB 0
81,245 81,245 00000000001b7ab1b3725e99888d79a4f9b40f923f10b1f60b58a9298632a88b 2 0.00/1.00 vMB 0
81,244 81,244 00000000001112e8adc3abf4f8b79b563c419bd1320e5ffbd115ae0d6f1ccbec 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.