Memory Pool Memory Pool Refreshing

11,560 transactions
4.84 vMB
Show Random Selection Loading Transactions
Max Size: 27/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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,900 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (585,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,606 322,606 0000000000000000114c3e4b811b794415f77d5ed14e5b2a0b3f8bb1e063e555 0.30 MB 503 23
322,605 322,605 00000000000000000ccdcb83a82e99dff1ccd28bf4c3e24ada423325d00948c7 0.52 MB 832 26
322,604 322,604 00000000000000000a0452dbfd7dcee6a2866c7f5976e0733fc32274af5dcd73 0.57 MB 806 24
322,603 322,603 00000000000000000399b29c2de7d963dfc61aeca65b01472cee93fb8757db3c 0.10 MB 203 31
322,602 322,602 000000000000000007d2b0bed0199c6e679ac38c2cd0a9fda75fc35dcc3d05f1 0.28 MB 451 31
322,601 322,601 00000000000000000b12e148d457d7557922f9d2218cdaf4ad809b6723fe7452 0.07 MB 108 20
322,600 322,600 00000000000000001466e36c4100fe9c1cd934b559d27606c504821254eab73d 0.02 MB 46 32
322,599 322,599 00000000000000001becee69a35bea588ca763c8772b0cd6013bae7b8ce416da 0.02 MB 43 20
322,598 322,598 00000000000000001bdce72749f19ff5abb76d9aaafb8f84f47abc010614a9b5 0.30 MB 590 32
322,597 322,597 0000000000000000134e89e22a6fa81ccbf54c12b2dab8ec7e53f7445c758cd3 0.44 MB 1,014 29
322,596 322,596 00000000000000000af89ddc55b4e44b64df00a7fd7cf0b7ae517e5f354ea7f3 0.70 MB 876 23
322,595 322,595 00000000000000000fd5aed9bea9b8446a3c929c82e3a09b2e6af82d9851816e 0.32 MB 505 25
322,594 322,594 00000000000000000969776c1158ab37058aca9c7f797e51e277f07944801110 0.42 MB 406 18
322,593 322,593 000000000000000014c441a5cf53343191688be8c6fe9b7d30e5c7799c7f81be 0.75 MB 1,592 34
322,592 322,592 000000000000000002dce8d26e99d99d606b85092d3d8ab077f0f4996b3ce4ec 0.17 MB 252 19
322,591 322,591 00000000000000001e14fc14c7a382aaf5355cd04f8753cd9f51d540915a3773 0.10 MB 256 41
322,590 322,590 00000000000000001b82493909c75e5aa860488c7a46ce7b9d76189382bea78a 0.14 MB 227 25
322,589 322,589 00000000000000001f63f8ad9bd58c560c04a080707851271c3732e61de1c48d 0.10 MB 175 30
322,588 322,588 00000000000000001743ae9e18c0594d21237cf78e7e00793c2ea018e4f798ee 0.36 MB 436 22
322,587 322,587 000000000000000011805eefc2cd415850d64dd32fea837c0c2087fcac300a81 0.52 MB 992 28
322,586 322,586 00000000000000000e58a2572e60de53afb8ee6c08f48e2100330a8afaa0216a 0.05 MB 75 24
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.12 GB sent, 93.02 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.