Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,521 transactions (0.48 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,956 000000000000000000022b910000000000000000000000000000000000000000 0.48 vMB 1,528 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,955 (136,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
775,441 775,441 00000000000000000000e560359301359b8071971c65991cee26665a9b594aab 2.64 MB 1,448 7
775,440 775,440 00000000000000000001e2a7776859f063b1e6462445533d62a3fb50b6323619 1.45 MB 1,749 9
775,439 775,439 000000000000000000065341ea7d745f6f5a2d4e394d41014cf6da60b81686c2 1.57 MB 2,762 19
775,438 775,438 000000000000000000014c3076a688bc5ad5cf4e923beb9063bfe29364d87155 1.77 MB 2,671 17
775,437 775,437 00000000000000000003ecc90e60152c4f1081649b010bc03b2df09a82a95cc3 1.20 MB 1,404 14
775,436 775,436 000000000000000000065f408731ebf94714364e0f0996027698dd1ffec6ba1a 1.50 MB 2,329 17
775,435 775,435 0000000000000000000700c043ab871240d0567b0aeb9c07543a9c312c81e955 1.44 MB 1,749 13
775,434 775,434 0000000000000000000327e64788f54c2580118ecf9ab7b141ee8cae9e67e02b 1.57 MB 3,491 17
775,433 775,433 000000000000000000012e506ab94e4892285d48cd24696f5c2f2b2333c3a911 1.43 MB 2,495 19
775,432 775,432 0000000000000000000118ae2bbeebabc7030f2f8aa7bbd5de56f45ea35d564c 1.35 MB 2,650 23
775,431 775,431 000000000000000000044142f90385fa7bf93cee2b406205ef3cfe118f66a9d0 1.46 MB 3,355 38
775,430 775,430 00000000000000000002d2995fe3bec9fb70edac841dd8d4314c9913acf01fdb 1.58 MB 3,369 23
775,429 775,429 000000000000000000031b34ddc708821d3099483162a6dd302319e6c0b6e7fa 1.57 MB 3,204 14
775,428 775,428 00000000000000000006d4935ee0ee32ded5afa579d4fdc3470a91a0cfa0061b 1.54 MB 3,709 25
775,427 775,427 00000000000000000001b351e41327987d8c4de6c8a378b35371fba070a4e05d 1.57 MB 1,993 13
775,426 775,426 000000000000000000038d9d4e75d8bc8d75cf594005e9f3be48a3e85392b4f9 1.55 MB 3,167 15
775,425 775,425 00000000000000000005dcc85bbfef0701f2253f6d08a8fb8f0992a892bea122 2.13 MB 1,456 19
775,424 775,424 000000000000000000049c77059373ca8f695c2b56bb65461eea96fbed7393da 1.49 MB 3,962 33
775,423 775,423 00000000000000000000faa17eccc2d5cc77dde99e8295955d2f416a9de6125d 1.86 MB 2,410 24
775,422 775,422 00000000000000000006924b4c9c31b98e0de1268913669e6ead83e6f9ad5729 1.78 MB 2,190 18
775,421 775,421 000000000000000000004812a5a406660e7f56da2aa357257d861eae3cc78ff8 1.78 MB 2,717 19
Previous 10 blocks ↓
Total Size: 777.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,495.86 GB sent, 133.46 GB received

Notes

  • This page updates every 5 seconds.
  • 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.