Memory Pool Memory Pool Refreshing

6,479 transactions
3.73 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,131 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (569,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,317 338,317 000000000000000009578ba5ae4367295e3cdfd921c1e874a14ba9e7953d5cb3 0.75 MB 1,317 26
338,316 338,316 000000000000000004a13d4cda40f2a168eaaa7ad35d331727faf1ffc03b665e 0.11 MB 256 30
338,315 338,315 000000000000000008f1137f17ef7b065aa79e8dfb744138b2ad84fb52e5c094 0.75 MB 1,425 26
338,314 338,314 00000000000000000f6db0782a315176ea00ae0b36104c9259c85eaa9dc73f58 0.50 MB 615 17
338,313 338,313 00000000000000000d4554abc217dae27b3e0be42e816e8aa464f1c25870662d 0.35 MB 893 31
338,312 338,312 00000000000000000e5d25b0c74c5a9ecb213a41aa5d226b7fe4f50553468fd7 0.25 MB 503 26
338,311 338,311 00000000000000000051bc9378602e350522d9995430a8c36a539e7b90db37a2 0.10 MB 256 51
338,310 338,310 0000000000000000138b80bf6d069d50ec11e76c07187fd35c231f79a3069fcc 0.00 MB 1 0
338,309 338,309 000000000000000006b6b0d06672d26cf02bc967219c7a9f2378a03b837fe614 0.40 MB 950 29
338,308 338,308 000000000000000005a421e2b2ced5d8c5bcc7bc88209bd8042bf03de87510f3 0.09 MB 152 23
338,307 338,307 000000000000000005411b501208ed9daa766652593014c9495b75ab91934a88 0.66 MB 1,410 28
338,306 338,306 0000000000000000199789912a61b8d7cfdd1ed7916d9aaa83644d629db9ef5e 0.26 MB 481 25
338,305 338,305 000000000000000015e1388b402e0a17bae30b7151949e05f16016633c7c87c1 0.72 MB 1,331 25
338,304 338,304 00000000000000000bf6c3d3b6df779e3b37683b656471824d1eed2e6871a577 0.01 MB 24 12
338,303 338,303 00000000000000000b2f17530d95c0ce84745f11e5a070e70e3ff15c84289cff 0.10 MB 222 55
338,302 338,302 00000000000000000a1d3a5b29ce9714f71c661095b5de19c7b7bd78e59e2fe9 0.32 MB 733 32
338,301 338,301 00000000000000000790ca49d36e8ddfe4a6143970dddcf8f242aa2ad686ae26 0.02 MB 43 35
338,300 338,300 000000000000000018e8eff4b890798d8e4eede705a1bacd17f52617f57f58eb 0.15 MB 346 32
338,299 338,299 000000000000000005498824dfabed7dd393b42aea44ca2cc166ae2ea587dd8c 0.03 MB 57 28
338,298 338,298 0000000000000000090b101733dc0bd3845ea2ebe1ca719b520d2f2b29b67cdc 0.11 MB 271 32
338,297 338,297 0000000000000000176c92b8023a6e7f27ce9542593787ce4d6cad524da99e09 0.30 MB 726 30
Previous 10 blocks ↓
Total Size: 769.03 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,625.90 GB sent, 93.05 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.