Memory Pool Memory Pool Refreshing

2,408 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,819 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (248,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
659,354 659,354 0000000000000000000a4c776a7e0c68f2c94310c0e8209902fec4630135fdd6 1.22 MB 1,596 46
659,353 659,353 00000000000000000003e6b66d25b06b55cfd7e97571834fe4d86f839a1a3c13 1.14 MB 1,805 62
659,352 659,352 000000000000000000063a791a848bb6c871296e1742e0e7d520ccf914871d08 1.32 MB 3,000 57
659,351 659,351 00000000000000000004843018dcbd39002a594b94587d8a77cf217cd3ed23f3 1.25 MB 2,849 87
659,350 659,350 00000000000000000004ded9fa2042e061b0db19b027611d3a9dc2418da98064 1.21 MB 2,313 16
659,349 659,349 0000000000000000000b0cff9df87e2dd519567d2356fa74d1305d10b60a14b5 1.20 MB 1,926 51
659,348 659,348 0000000000000000000297f03fae0441eff0597ee1503273f30328f83eee8c8c 1.33 MB 2,984 45
659,347 659,347 0000000000000000000ba6b240d3b0a18120326b5fe413f01dc96e052ad97c76 1.35 MB 2,522 41
659,346 659,346 0000000000000000000518dea7441cb4a4b5b79d47087fc6d67ff291c3badb1a 1.36 MB 2,253 25
659,345 659,345 0000000000000000000796f642bc333eee67c15ec0f586c686948771bba0415c 1.47 MB 1,753 11
659,344 659,344 000000000000000000024f48f491426e055015115732f228a2a668433fcc2df0 1.18 MB 2,620 30
659,343 659,343 00000000000000000009a4f6f21e40f4c24eb7d0d17be6f35166c894ed93cccf 1.24 MB 2,579 39
659,342 659,342 00000000000000000004908656f1f01c946bb28bffc2a0834e42c243e1b4259d 1.27 MB 2,759 36
659,341 659,341 000000000000000000057240cc35d971bae38fc18455c16c81a1de00119995a0 1.31 MB 2,483 33
659,340 659,340 0000000000000000000509bde05735ac2f669996ec07dbfbcea41b1936dc9355 1.33 MB 2,538 56
659,339 659,339 0000000000000000000bb52100acd22fa18fe5346fa2a7885374512d8cd0f159 1.25 MB 2,090 16
659,338 659,338 0000000000000000000c5fe996ceeda859990d65a4b5c131153d6dd578263f7c 1.23 MB 2,509 25
659,337 659,337 0000000000000000000751037166703e4f2d2e19969346907aa18422c3ae0c35 1.11 MB 2,663 27
659,336 659,336 0000000000000000000e1a583c7d6ee32597e3eb5ba2c4a52615c02fb3dc3f9a 1.22 MB 2,205 33
659,335 659,335 00000000000000000004d6e92ec4df3cdd55d3a42901d6be909611aa19c6f7fc 1.40 MB 2,715 53
659,334 659,334 000000000000000000059dd7105ec817b6451f27a6e8da68f66c1dd3ef33e78b 1.24 MB 2,659 69
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.