Memory Pool Memory Pool Refreshing

8,078 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,032 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (620,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,512 287,512 000000000000000061d0d71bda92ed634a979e82261c65163f9f65bdb52b0626 0.20 MB 388 37
287,511 287,511 0000000000000000ac79d30402672585d5356095e5d8ce636d442cb8ca69b8de 0.08 MB 95 22
287,510 287,510 0000000000000001047d4535c91fbb0c57dba9d32d35bcb1e4439dd60fe93829 0.90 MB 1,682 29
287,509 287,509 0000000000000000b653256a5bf05ea2c4fddbda10e6b1ba85a5f09257182012 0.06 MB 118 63
287,508 287,508 0000000000000000352db2bf377bd2c2a78c72e647efb99bd6abf749378890cf 0.06 MB 134 119
287,507 287,507 0000000000000000445d6d168377f50af8b70590ebaf5e6899c68502ce3da1ef 0.08 MB 83 43
287,506 287,506 000000000000000079b8b4889287413407fa90f6535dbacd320fa25f2309ebc1 0.25 MB 278 21
287,505 287,505 0000000000000000252b55da781335ad3c71f1f158a0da5130a4883914a73846 0.25 MB 542 38
287,504 287,504 000000000000000031db16f74e1c111d2eedee4d99314d3ccf0cdb898432dd64 0.49 MB 600 22
287,503 287,503 0000000000000001169241afed4a293fb6edfcbb4e2df9f9013a363591bf89cb 0.19 MB 439 46
287,502 287,502 0000000000000001171df3e008a5e2bd5a9a757504594212bbbb9e6e81d5fd53 0.30 MB 458 65
287,501 287,501 000000000000000069b849b423030e063b7beec0d493c30426e2f18ee94ca8e7 0.00 MB 1 0
287,500 287,500 00000000000000010e4bc33648dd91878a3b583b0a56eb9c31cbcf3d53aada4d 0.81 MB 1,482 36
287,499 287,499 00000000000000014d18c40e62ef5549e03e940daab1abd65fdbc93cca773b34 0.05 MB 18 10
287,498 287,498 0000000000000000b1998b819f5fb6b0f34a5eb2cfb02aa6f4a84fe03611c750 0.07 MB 167 65
287,497 287,497 000000000000000005b7f907f48ba6aaf6564b6f0681835b7f3e8c4deb807a51 0.52 MB 444 21
287,496 287,496 00000000000000006ac6e8383347becc627a91ec0bc6ac8b80fea5bb8070149e 0.09 MB 156 38
287,495 287,495 0000000000000000fff5c4e5c6dd2a3496369138c74c6a63a8ad441e6baee7f6 0.15 MB 200 24
287,494 287,494 00000000000000003c6905e7bb71edd6cd6ac3e25c098174a20880020c7d1f62 0.25 MB 215 66
287,493 287,493 000000000000000006f0c25a3bb6c263996831c51f506b6b80673f629425ff90 0.35 MB 422 33
287,492 287,492 00000000000000011e4dbf3d568e2134f1b1281284838ffa2f43f081abd0f0b0 0.04 MB 35 21
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.40 GB sent, 93.03 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.