Memory Pool Memory Pool Refreshing

19,372 transactions
6.22 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,347 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (633,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,509 274,509 0000000000000000d68872afb658c70f041628f79dc175fee12327bd3fc43a91 0.19 MB 417 49
274,508 274,508 0000000000000004a59d9d3654d753c22355cf8c10e30b513c40bb4e659dca5a 0.21 MB 437 43
274,507 274,507 0000000000000002a7505907289310b6d381d34e14246b237b537159db3ccb77 0.15 MB 322 49
274,506 274,506 0000000000000001693a94d2fd8c0260feaf530cb6596b13f643dff1024946cd 0.41 MB 964 69
274,505 274,505 0000000000000001ee13a5e991fa68c1fd65223b52baceccc34954ca4f9b7efa 0.63 MB 1,112 43
274,504 274,504 0000000000000002a5783a3047177d4009bd8307ffcdc208e7fec87504921e36 0.11 MB 161 30
274,503 274,503 0000000000000002f47e39f7e03f57c31f358c314800e2174dba16684d892b12 0.11 MB 264 63
274,502 274,502 00000000000000007a132481da5b7fec057140be703e64d88a80c7f6815f0281 0.24 MB 517 61
274,501 274,501 000000000000000158cf7628a404aceec1eeca9e8571f25c6f6d1206e9cb0c5b 0.27 MB 669 67
274,500 274,500 0000000000000000680da195869e81bdd1f9c173d96c29d7387149c0d2eb702a 0.11 MB 273 47
274,499 274,499 0000000000000000cf21fce8ecffc3651ec137580b5864e47306e9cd4ed00320 0.05 MB 122 43
274,498 274,498 000000000000000065dc48a30e93d9b2f86261411ae966bf65b31d44a5d097f7 0.07 MB 174 71
274,497 274,497 00000000000000025b3eb6f8612c67205ca217a5412af0a1106b76a56a826d9c 0.14 MB 346 67
274,496 274,496 00000000000000017ce8e508605b6a85777ea00b8077697a960e3e16f4c8b2c0 0.08 MB 216 72
274,495 274,495 000000000000000430a7407d55d5e8e30bd614d1d42332e4f738e5ca3b829f6c 0.20 MB 501 57
274,494 274,494 0000000000000004612a18df9a2d8a55eb7575e558191729d2297388ad79032d 0.11 MB 303 53
274,493 274,493 00000000000000036c468f2e54460b0f7f448683bdcd72c04e20b1958a6a0fc0 0.00 MB 1 0
274,492 274,492 000000000000000127b1547546d59c6b2b625cfc8784f2954533e3c8ae8af2ef 0.04 MB 87 27
274,491 274,491 0000000000000000e49be42712bdcd6f51a0f65dd5b20fc88a95be321d795552 0.24 MB 509 49
274,490 274,490 00000000000000043d356e24c5ec0553f704995e954d6f55e99e81a7a9ac8289 0.22 MB 524 79
274,489 274,489 0000000000000003a581098ca3e5dae22ccb9ed9b52aa05f7c0d996bf095e0a0 0.10 MB 255 54
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.