Memory Pool Memory Pool Refreshing

1,363 transactions
3.69 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,300 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,299 (796,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,739 111,739 0000000000000412311e6840d835e1c795fc3b5e20fa2092eb38edb8b96113a7 0.00 MB 3 0
111,738 111,738 000000000000958b68f069c8f4a3a6f4f3845b10c28ebc750846e99355b167ee 0.00 MB 1 0
111,737 111,737 000000000000d9d22fa0878279943872014917555e0931812bd2dac82baf79b5 0.00 MB 5 0
111,736 111,736 000000000001023a90c4361caa5ed6ad994aa1f6da2be723d94a280089ce652e 0.00 MB 12 0
111,735 111,735 00000000000001544664e71870584725d2ed6e2af53764f82f47344c4ec54be3 0.00 MB 6 0
111,734 111,734 000000000000ce189b43d53fc91733bb5f6d52c40b820d92a4c4d4beb2591da1 0.00 MB 8 0
111,733 111,733 000000000000c532703bf97de4aaf1e2dd0e9843cfa560a9dce42022336712fd 0.00 MB 2 0
111,732 111,732 000000000000af8dca6ce4691dfd6c7b0e4321753c9d8f9b28e7ebdbae88fb83 0.00 MB 1 0
111,731 111,731 00000000000090b0fc92b0c466b36e6c29bf4113998ce7080f320883af927aee 0.00 MB 2 0
111,730 111,730 0000000000007170d6be7fb7f715a3904b37ada188af454248b47abd3182dc19 0.00 MB 4 0
111,729 111,729 0000000000003d67396de274bd3bfde2eef6505b8138135152bd8b9d7c291355 0.00 MB 7 0
111,728 111,728 00000000000128fd9aee08d6078f30c487ceb92bad37180b53dc088b9fd71a63 0.00 MB 12 0
111,727 111,727 000000000000833c9b4c7196637e240199babc8f239de1d8315b6654c1be1144 0.00 MB 15 7
111,726 111,726 000000000000973e4bf7d9c4c37fc1c4aee9cab447683914d13eed134fbe617a 0.00 MB 4 34
111,725 111,725 0000000000007194c27d2f8c4b4dfbe7200e6f33544bdd7944e676da18ea72bb 0.00 MB 1 0
111,724 111,724 000000000000a3c802b15a5b7b008782af0db0d328b4be89cf9a2343ece6403c 0.00 MB 2 0
111,723 111,723 0000000000008108430b9be009d7c22fa5d2ec95291814fc77a4ad02ee3546b8 0.00 MB 7 0
111,722 111,722 00000000000065041458dc99c10cd3030592219dc052cbcb7251de60fce496b5 0.00 MB 11 0
111,721 111,721 0000000000009d6672419233a1e539b1bea1416c0ce80c211065d20fe7d02749 0.00 MB 10 0
111,720 111,720 00000000000052d5ad0c5204aaea8c0d2608ba9fa6ab204c3a59a37f61456ff4 0.00 MB 12 0
111,719 111,719 000000000000c9fd56b3078600b7921b29fed956919aca9db225bde31ea0e984 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.67 GB sent, 98.40 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.