Memory Pool Memory Pool Refreshing

13,104 transactions (6.07 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (11 blocks)
  • 5 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (4 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,922 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,842 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,921 (852,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,386 56,386 000000000f6695353f9790091c2251f6a9333cd683ab9f5717356a392a286113 0.00 MB 3 0
56,385 56,385 000000000a5d56cec05cacb77b75910b96544b8ae0488ee0739977a1660deef2 0.00 MB 1 0
56,384 56,384 0000000006ed035ee9cf0a296589e6742c409382c4671622819d3a95bd499329 0.00 MB 1 0
56,383 56,383 00000000093533084aa27f11714d2686a429df9e4c79620c510107673cdbb4cc 0.00 MB 1 0
56,382 56,382 0000000012e18024fbd5b2cefc21d6a7483cf6087081b9cda9943822615c449c 0.00 MB 1 0
56,381 56,381 00000000077d758374d33528636ec26ab2e5f77a3982d38fad1f5d72c5949eb9 0.00 MB 1 0
56,380 56,380 0000000011863a0c01ca26aa9fecfa3f7031d55eb32e2ffecb14ce72b908afe8 0.00 MB 1 0
56,379 56,379 000000000792593ea89cd959d6d4fa7f0fd73eeb936f6ce92c5f12dbd0a988e1 0.00 MB 1 0
56,378 56,378 0000000009505c3a98041d4601db5e70ec022398d70f0ea8576ae31cb162b578 0.00 MB 1 0
56,377 56,377 00000000087e24d870c1a2d6a0d44e3765eb1175f372509c9b8168df30eaa094 0.00 MB 1 0
56,376 56,376 000000000751e033b2ce424522b8ea8403f1cb549c6f335b602f8aa21f5138d1 0.00 MB 1 0
56,375 56,375 00000000005e61ddc1892f99c8f5ffad548a7b285bdc79e2ebddccc5c626b436 0.00 MB 1 0
56,374 56,374 0000000009a80795f90b123d0930dbb27333ea9ddbc8f7b1ae4122443a723665 0.00 MB 1 0
56,373 56,373 0000000011eec36abb15285622f99e8262ba4c2aaae0656349b97b6832ad4912 0.00 MB 1 0
56,372 56,372 0000000005f9ecb867bab3cc98fc2fbf7847a633c8bbc81f4d8d30c03e020e9c 0.00 MB 1 0
56,371 56,371 0000000002ea873983093cd3997e5de45d0d2aa3b3c0111d2b30336dd91204fe 0.00 MB 1 0
56,370 56,370 000000000c1e3e964d5b260bea4dc0e4eb48ba3fa390da11aa5665258affd6f6 0.00 MB 1 0
56,369 56,369 0000000003b8cc75a24590a26b902a7e59adff8dfa88075cea24949c5fc35fc4 0.00 MB 1 0
56,368 56,368 00000000011b97fab958b87f597fdc86aab39378ed32a62da7c75cbb17e4b189 0.00 MB 1 0
56,367 56,367 000000000edd6f9a9934e531c6ed5518386c45ed745e708093afa6b76fde2425 0.00 MB 1 0
56,366 56,366 000000000a5ba112fb22d2d22b46b09a9093f77f824beca936b0c39fa5e55d4f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,864.07 GB sent, 104.41 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.