Memory Pool Memory Pool Refreshing

3,284 transactions (1.14 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,022 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,827 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,021 (864,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,289 44,289 000000001c61889174969b91e11019fa47a524ad3c341c37fcc23c68cf1f6bc1 0.00 MB 1 0
44,288 44,288 000000003405b472fadfd75c2337b8936001230e709a6346ae2ec3d5a9bc3bda 0.00 MB 1 0
44,287 44,287 0000000039864593463c2dcb3232fb7ddc7e3c88c0160f30172231beef92fb9c 0.00 MB 1 0
44,286 44,286 0000000022b8eaea06ed8b2125a1ee0c1b655ed9c60b9e4aeee60092a98cd93a 0.00 MB 1 0
44,285 44,285 000000002a93573d26645c0ee7a4c859b9329b19ddcae4c9946c5ad9e2e74a0a 0.00 MB 1 0
44,284 44,284 000000000d3730c29acf83bb42c384817921fe197aa7ef3267b410104c90f7c6 0.00 MB 1 0
44,283 44,283 00000000297b4176bbc1d84e77072e9d91e1e72ee081985bec7fc09edcab6efa 0.00 MB 1 0
44,282 44,282 0000000027a55be6031dbbf9feaac14cd99a3c10cea5c618a54c2392311d38a1 0.00 MB 1 0
44,281 44,281 000000001a5d479cd3046dcc8e1f240342441934ec5c16294fe7c1c913aa832d 0.00 MB 1 0
44,280 44,280 000000002e43b502b09e36a79d2e89a7499edad087843bfcad955ccc206e9446 0.00 MB 1 0
44,279 44,279 000000003fa457f4c9a5e78cbca756da166f763fc8d9b8972dcb54fa7a0e65ed 0.00 MB 1 0
44,278 44,278 000000004159b67a3217cbd60ce9f08ccb9bf7a14665959603631abb6c274f11 0.00 MB 1 0
44,277 44,277 00000000436c22bd941e2bf9ff99816c4eb59fc763a168acf3ace894370aa62f 0.00 MB 1 0
44,276 44,276 000000003200f02a762ddaa2c8b5c46b5fc298b047347a26dd28fd137db14604 0.00 MB 1 0
44,275 44,275 00000000263bfb1b45730792e159645274e7a6fc0e2bfbd11619a5a1312fba57 0.00 MB 2 0
44,274 44,274 000000003f613da4c50e7d86c85ae5d1c7e1062ec23997dffd5035c34b8540ee 0.00 MB 1 0
44,273 44,273 000000001569cc280f06a09f4875b8da3cffb746ce4b75c559bed1e5a8bac8f7 0.00 MB 1 0
44,272 44,272 0000000025427133b787ab5be619f98745785e8a9ac226953a5bd046711f6468 0.00 MB 1 0
44,271 44,271 000000003afde9ddb70cca6863e9b63f823602d3f3e1720ba3755358e2fa4616 0.00 MB 1 0
44,270 44,270 0000000008ec1a2b9dc8d9a110811bc81690ca0e69a9aa0812a292ce57075478 0.00 MB 1 0
44,269 44,269 000000003f95f53c5ebbbf6808494fbe1e8032a4755d291230142c9f85b3b1c1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 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,868.56 GB sent, 105.38 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.