Loading Tool

Explorer IconExplorer

Memory Pool

73,458 transactions
27.17 vMB
0.06219820 BTC
Random Selection Loading Transactions
Max Size: 166.00/200 MB

Candidate Block

Mining Attempt ee69505d8deb0d3697f29a88b9930d12d9ff6ca5a2394e1319005c6c11aa56a8
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 7017381b6df345f3eb989134379553444ed5c08cfad976a665f2ed9b426932b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,946
Size: 1.00 vMB
Total Fees: 0.00431835 BTC
Feerates: 14.05 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (139,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,442 775,442 000000000000000000057f625c77e11caa9aee45d5c58b774e6dbb460e949c95 2,433 1.00/1.00 vMB 5
775,441 775,441 00000000000000000000e560359301359b8071971c65991cee26665a9b594aab 1,448 1.00/1.00 vMB 7
775,440 775,440 00000000000000000001e2a7776859f063b1e6462445533d62a3fb50b6323619 1,749 1.00/1.00 vMB 9
775,439 775,439 000000000000000000065341ea7d745f6f5a2d4e394d41014cf6da60b81686c2 2,762 1.00/1.00 vMB 19
775,438 775,438 000000000000000000014c3076a688bc5ad5cf4e923beb9063bfe29364d87155 2,671 1.00/1.00 vMB 17
775,437 775,437 00000000000000000003ecc90e60152c4f1081649b010bc03b2df09a82a95cc3 1,404 1.00/1.00 vMB 14
775,436 775,436 000000000000000000065f408731ebf94714364e0f0996027698dd1ffec6ba1a 2,329 1.00/1.00 vMB 17
775,435 775,435 0000000000000000000700c043ab871240d0567b0aeb9c07543a9c312c81e955 1,749 1.00/1.00 vMB 13
775,434 775,434 0000000000000000000327e64788f54c2580118ecf9ab7b141ee8cae9e67e02b 3,491 1.00/1.00 vMB 17
775,433 775,433 000000000000000000012e506ab94e4892285d48cd24696f5c2f2b2333c3a911 2,495 1.00/1.00 vMB 19
775,432 775,432 0000000000000000000118ae2bbeebabc7030f2f8aa7bbd5de56f45ea35d564c 2,650 1.00/1.00 vMB 23
775,431 775,431 000000000000000000044142f90385fa7bf93cee2b406205ef3cfe118f66a9d0 3,355 1.00/1.00 vMB 38
775,430 775,430 00000000000000000002d2995fe3bec9fb70edac841dd8d4314c9913acf01fdb 3,369 1.00/1.00 vMB 23
775,429 775,429 000000000000000000031b34ddc708821d3099483162a6dd302319e6c0b6e7fa 3,204 1.00/1.00 vMB 14
775,428 775,428 00000000000000000006d4935ee0ee32ded5afa579d4fdc3470a91a0cfa0061b 3,709 1.00/1.00 vMB 25
775,427 775,427 00000000000000000001b351e41327987d8c4de6c8a378b35371fba070a4e05d 1,993 1.00/1.00 vMB 13
775,426 775,426 000000000000000000038d9d4e75d8bc8d75cf594005e9f3be48a3e85392b4f9 3,167 1.00/1.00 vMB 15
775,425 775,425 00000000000000000005dcc85bbfef0701f2253f6d08a8fb8f0992a892bea122 1,456 1.00/1.00 vMB 19
775,424 775,424 000000000000000000049c77059373ca8f695c2b56bb65461eea96fbed7393da 3,962 1.00/1.00 vMB 33
775,423 775,423 00000000000000000000faa17eccc2d5cc77dde99e8295955d2f416a9de6125d 2,410 1.00/1.00 vMB 24
775,422 775,422 00000000000000000006924b4c9c31b98e0de1268913669e6ead83e6f9ad5729 2,190 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.