Memory Pool Memory Pool Refreshing

18,056 transactions (6.48 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,894 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,426 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,893 (823,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,723 85,723 000000000020b0888b8abec3b214d6f4057b291ed65df9138c43acb30c84bc6e 0.00 MB 1 0
85,722 85,722 00000000000af018e0311f8d0f802837713c47a5239d3952ef15d452ed2d32eb 0.00 MB 2 0
85,721 85,721 000000000021c47540819535877140a30c66ec02ef574b1703ef209fb07bdfb0 0.00 MB 1 0
85,720 85,720 00000000002f17d646c2050564edb8497647c516160bb830c86109253422f4d4 0.00 MB 1 0
85,719 85,719 000000000000d2aeb86a053623fb2a53212904c4bdf7e21331b0af69cb9a6a61 0.00 MB 1 0
85,718 85,718 00000000000b155a8aff73741aeb1c1466c971ab6321ff495d06cb08c2284ef2 0.00 MB 4 0
85,717 85,717 000000000018c77734407fbd445e334c2219a605bbda20252222a5179e179103 0.00 MB 3 0
85,716 85,716 000000000027b4b0d5e9c0ad1a8ee90f4c9e27e0914625429b54a0e5bba7318c 0.00 MB 1 0
85,715 85,715 00000000001f65996b90e26084ccc43470030b6f1af8656f3d76494e1ec6cc84 0.00 MB 1 0
85,714 85,714 000000000021cec1a52fe37b7b539d338a169a10f1b80e74949b8b3e7953c15c 0.00 MB 3 0
85,713 85,713 00000000001c876c83e1ed5a9ec79924b5de8a564112f0ad10a6ee95f6a40874 0.00 MB 1 0
85,712 85,712 00000000000ffc3eb284438c801b8cb75baf2b32b4cb3578fbfffab97ab8a0f3 0.00 MB 2 0
85,711 85,711 00000000001766998f3b1de8d9daa74ea0e3f728f2325702434189fdc30ec5ef 0.00 MB 1 0
85,710 85,710 0000000000077d501607810389b9d5869955052dc9f3bdde98146411b01986a6 0.00 MB 1 0
85,709 85,709 00000000001e37a873c895ffe3aca14f4cea428a77f1169209ffb9083c735b90 0.00 MB 2 0
85,708 85,708 000000000013584f8e6ecadbd71975c95fad45c56c6767b5785c71735d47ad8a 0.00 MB 1 0
85,707 85,707 0000000000237298a031841edb97b69da31cb33a1593ff1bd13455c4a530b34d 0.00 MB 1 0
85,706 85,706 00000000000afab9fae22b660cb56fda1418eb8abc65cce16a704c16d3bd9beb 0.00 MB 2 0
85,705 85,705 000000000027925d809eea590e06aa990c3ec0d17d906c47e507b5564fce7910 0.00 MB 1 0
85,704 85,704 000000000013c2dfbb0310733e11f477a3e8b78db80444b47d6b4c3aee386555 0.00 MB 1 0
85,703 85,703 00000000001e4f3583857061e04e4844549e3a9c4b341aae01e7b5982c27fe86 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.42 GB sent, 104.03 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.