Memory Pool Memory Pool Refreshing

1,801 transactions (0.55 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 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
908,815 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,794 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,814 (852,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,393 56,393 00000000031301ab4e919c1b91cb8ead80eea03b5baa5d3aa1057773b1016493 0.00 MB 1 0
56,392 56,392 0000000007ba756f0ed59f543caca89213b7fc0176780f9a1b8db42af5e8daf6 0.00 MB 1 0
56,391 56,391 00000000043ddef20a50f880aa8543407b028d7cedf4a96e1255455f0c636e14 0.00 MB 1 0
56,390 56,390 000000000a31eaed8bb2ecd991725639db2204e21b2685d80492ad706f466836 0.00 MB 1 0
56,389 56,389 000000000f39d84ad0472f83b09898ecb8247c5ad710a7cb0ed6b851b70e221f 0.00 MB 1 0
56,388 56,388 000000000ec70f15cb891d6bbf3c0c22a550aa02bb4d0c4bfd15a52a9ec656b6 0.00 MB 1 0
56,387 56,387 000000000e01f0fb797fecc9a7558d3869158d2d8862cf80a0b016a6ace307e0 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.21 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,857.64 GB sent, 103.14 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.