Memory Pool Memory Pool Refreshing

6,648 transactions (2.62 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 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
909,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,491 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,002 (837,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,033 71,033 000000000029da068771679bb05397f690b4748471a60e07e540ef5c3c00cad7 0.00 MB 3 0
71,032 71,032 000000000007339320664d21f36b7aae86e93802b39903dc699e70758c66b190 0.00 MB 7 0
71,031 71,031 00000000009a7bd291d3165f13fc10fa1fa436a49a0ff9f0ecc12c5fe188fcdd 0.00 MB 3 0
71,030 71,030 000000000077fd86fc7a5cde7d0ec06e7698cab420b4dbabfa4a18c294b1e52c 0.00 MB 1 0
71,029 71,029 0000000000230dfe9778ae0d5d9198d28ae2c06a9168d994dc58e3bb354ab9f4 0.00 MB 2 0
71,028 71,028 0000000000d5033cc55ab7a65eac0f3a1e01166b11dbe22bace1bb8276f3096c 0.00 MB 2 0
71,027 71,027 000000000009c64d1f8e624e3fd25706a6d121dcc3e0c4957bdf34cf04e372ac 0.00 MB 3 0
71,026 71,026 00000000003832ffe63c4b4a4ecd55717791447daef6d056ab5baf5231eeb252 0.00 MB 1 0
71,025 71,025 0000000000994f45db4d360cff6f9d77bf200853a29f181bede628c8cc790c9f 0.00 MB 2 0
71,024 71,024 0000000000b342ff701bf04d21f7ff4c0b10a5d74d24800efa7889f1ee5e3a20 0.00 MB 1 0
71,023 71,023 0000000000f7b942f83c183834d5318e7110dcb4ae04795f4ddf8047693d6170 0.00 MB 1 0
71,022 71,022 0000000000034eb8177869a7e12e98bd9017bb7d5ae0f89eb157b72e0dcb63cc 0.00 MB 2 0
71,021 71,021 00000000000f81898b653a2cff193fbce9b56ecc355aa063a8591b0c5000afbc 0.00 MB 2 0
71,020 71,020 0000000000b7557815c6cf7cc30257e8847c97c682641a95eeb9b79537da711a 0.00 MB 3 0
71,019 71,019 00000000007dca26e2d87aa431cd2854b4f92523b5db16884fc96e493b04d62a 0.00 MB 1 0
71,018 71,018 000000000017de0e628f98f6a6c744b5f1d41ece9149a9536fb589f9c189d196 0.00 MB 6 0
71,017 71,017 0000000000dd7a2de96f1c8db8e330ee43f91d1c8fd4d11d3ab3330aa08dd9e6 0.00 MB 3 0
71,016 71,016 0000000000a3c518603408bee4c30cb123e98681d49551ba316f91317614a071 0.00 MB 2 0
71,015 71,015 0000000000a10074ffc89827050d9e7ecc779fd92bc252f13298753c2d001b8d 0.00 MB 1 0
71,014 71,014 00000000010ae0a5daa847106137ded1d7efff3a1e5978ef16d29b8dab63a657 0.00 MB 6 0
71,013 71,013 0000000000844c30ebcdf9107492bf4f03e37f0f9c14a9dc4aa81b4e8951d139 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.95 GB sent, 105.22 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.