Memory Pool Memory Pool Refreshing

1,958 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,636 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (831,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,502 77,502 00000000005133b58e914f86e83231ac2e6fca6a01739c36d170978288c6eea4 0.00 MB 1 0
77,501 77,501 0000000000309c4eb1e53bbb27d82dc52ea8592e94197a0aade2880982272c0e 0.00 MB 3 0
77,500 77,500 000000000028549e3b5fd995b9b06ad4af411fe0fe40e65a8187b1c28ba282a1 0.00 MB 1 0
77,499 77,499 00000000004147cba44c3768d9ccc7b56983fd2dbe6aa66d86768d87ec7bca5c 0.00 MB 4 0
77,498 77,498 00000000004e59eec7edebe7618cc5a913727c958279798e117317f053d18c75 0.00 MB 1 0
77,497 77,497 00000000005517cee377a9f2a6a3b5fcedeb41722d805a6865e5199d82c97567 0.00 MB 1 0
77,496 77,496 00000000004660d78affc54b0f6daf5c39dbaceabbc1f3e36bdaddc266f0a821 0.00 MB 1 0
77,495 77,495 00000000004ab6e420a50a657b52a91f2d76bff229d2c46db2358a8697d4d8d9 0.00 MB 1 0
77,494 77,494 00000000003fa244dad560f6072b002eecd891234ba0688ee82b10e7517df3e1 0.00 MB 1 0
77,493 77,493 00000000002337d9d5fb5dbf44da47768ab5d1b7dbf8da2dd792fb6782dbc16c 0.00 MB 3 0
77,492 77,492 000000000045f9c259fa9badb0f953d5adabca54f58e410b4179a29fb6e2f58b 0.00 MB 4 0
77,491 77,491 00000000000ebeded6e551c8cbcfbdbca3c586b7ca02b9af4db3a26cefab6db1 0.00 MB 1 0
77,490 77,490 00000000004c9039d008c74653b9a802479ee38c2c49546e2a401ea053ba36b6 0.00 MB 1 0
77,489 77,489 00000000002c09a1bf14e8fbece6647def27ab20196076af651e0c4fbc4c0e01 0.00 MB 1 0
77,488 77,488 00000000001d82398d90668e235acc2402c162dbef1e22989d82f28a6e36d7b3 0.00 MB 1 0
77,487 77,487 00000000000afd39a28cda320c16fd4a35244d83fdab14b4cba3e73e9166b212 0.00 MB 2 0
77,486 77,486 00000000004c5ccfdafd7a3950d5a1bdcf0c0464b809fc887c1d20ac55f67a32 0.00 MB 3 0
77,485 77,485 0000000000244d3a079f830d00f8b1d8b252d75307990d496c731bae4873efd3 0.00 MB 2 0
77,484 77,484 00000000005176e4be939eaffe6db717013fac4784b9205017d785de478b13b1 0.00 MB 1 0
77,483 77,483 00000000000ae12957b83614e0232c6f6c636c9dc10f998f648de66e9448ec6b 0.00 MB 3 3,868
77,482 77,482 000000000019d035bbbb2472acc9c43cf23805a2a71aa88d05f3f7dd4688ac34 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.86 GB sent, 101.31 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.