Memory Pool Memory Pool Refreshing

7,515 transactions (2.94 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,321 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,865 (899,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,457 9,457 00000000d5dde2b1403c05b8546073aaab6b1c599fa86cf32751dc32d027e712 0.00 MB 1 0
9,456 9,456 00000000b1ad16f150df83eb4f2a9c22eed1619b85b6aa5ba99ca039d322a98c 0.00 MB 1 0
9,455 9,455 000000003b0b946d5ec4398fe6a98126563aa0ac52b5cbd0bdf1397c6a3b38af 0.00 MB 1 0
9,454 9,454 0000000077ef0a8af7749037a92165605c627cae835cf2d5cc1b4f81dd7756bd 0.00 MB 1 0
9,453 9,453 0000000061b042eb33ee8cced80427818b74e69a7239c3291d452e993f008534 0.00 MB 1 0
9,452 9,452 00000000b75438a0eface9c6a15d8c50ee53c06a0e8f0fba64afd90364b5ae3e 0.00 MB 1 0
9,451 9,451 000000001c39affddfdda1c130d9d3ec2f70ed98c5304aec20982f642a6dc4ee 0.00 MB 1 0
9,450 9,450 00000000cf441bf382cfcee46c9521425a1e46af5791d5a18a7bf51e422049d8 0.00 MB 1 0
9,449 9,449 000000003861da874b0590b3bd88b8caffa9a8d8edefa0571a87e9afdcd7d3a0 0.00 MB 1 0
9,448 9,448 00000000868027af1d3282ec317ed737a0363896a27ae4a831565c7a2d806003 0.00 MB 1 0
9,447 9,447 000000007ded56efcc8f4403816f031328926ea9a71ca38c60b78599fc3133f8 0.00 MB 1 0
9,446 9,446 000000005a2fa33f9e9912dd16c71ed40445e392baff4a7756089413828b82bb 0.00 MB 1 0
9,445 9,445 000000003cf7ecb6f1ea1e2d55062c95a32b676181385136d12310fbb71e5c7f 0.00 MB 1 0
9,444 9,444 00000000eddcc4c5f55ca8e83f7b01e173b388a67c61ad4eef0b595985205074 0.00 MB 1 0
9,443 9,443 00000000333871bd7aaa5cdacffba04f16b17b060ccaeffb9977dc3aa158a5b6 0.00 MB 1 0
9,442 9,442 00000000142eb98f462be0b16008fb3bc58c2e77a9aee2bc278277d60df0bab2 0.00 MB 1 0
9,441 9,441 00000000f613d83e9b1a66d1daa4e62ee49e0112db1c52c26816ee2f917d197a 0.00 MB 1 0
9,440 9,440 000000001a34e973180b1fe80c130e46ba96249accbe7e240ed23a386d0bd8ba 0.00 MB 1 0
9,439 9,439 00000000cfbb66ce2ab2890114169dbf1597615371ac2024dcd16c5160e451af 0.00 MB 1 0
9,438 9,438 000000007679597eb5c88ab61ea36dbbdbe94516d3778ab6ae289822345e8403 0.00 MB 1 0
9,437 9,437 0000000085cc80ed72c5f995a58c0008e4c3c3ca8b41052aa7aecde8729202e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.30 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: 1,861.96 GB sent, 103.66 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.