Memory Pool Memory Pool Refreshing

3,037 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
907,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,381 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (608,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,642 299,642 00000000000000000a150f9d9c05982bf153f151320a10eeae4fcb56e45f6824 0.29 MB 512 43
299,641 299,641 000000000000000040387cd06355ef3b1c26f46c0ea7fec8f0e71bbd7f243b3f 0.15 MB 251 26
299,640 299,640 00000000000000007ee41ad4f39505b821c2073c0f5b49cd4571e482a73316fa 0.92 MB 1,547 33
299,639 299,639 0000000000000000635bbf34a1d78b676088d898f313ddf1e0161d1c0b7641f6 0.02 MB 41 11
299,638 299,638 0000000000000000486ea7cb90c58eda3fd426cb15f6c615aedc086be2651520 0.32 MB 279 16
299,637 299,637 0000000000000000475173254161bdc541198d63de71e2f6f92a1bced7af8649 0.35 MB 696 36
299,636 299,636 00000000000000002784f03be6a74db76aea40549b8be2b66248264f20c69e78 0.25 MB 443 41
299,635 299,635 0000000000000000392d109b7fe1282a38daf541ad9f1b2823140bf322a1aee5 0.35 MB 636 21
299,634 299,634 000000000000000021b673e140116807bdfa394d3d843efb11605a2e76c3a976 0.35 MB 1,025 56
299,633 299,633 00000000000000007154436f9c0f90d9b45afc66f4172ff1a0bd65e8ec002ffa 0.08 MB 33 13
299,632 299,632 0000000000000000462851068276a21ff266079a8addaa7509d0d9843cef08d2 0.09 MB 189 38
299,631 299,631 00000000000000002aa92454c9178800ed3bfffaf77c837a3111d42fa5336e13 0.03 MB 52 28
299,630 299,630 00000000000000002d569403f5ac50a2ae2381ba19bb9d5da3f2c237bb557ff9 0.10 MB 29 5
299,629 299,629 0000000000000000249045bfbbe6c835c05dcaa37e087171e616b1105d0c2b00 0.06 MB 99 35
299,628 299,628 000000000000000026b73b0634f0b9d566e6654e66206fd0eed716020be356fb 0.34 MB 659 35
299,627 299,627 000000000000000076a81ad5d5fc4790965470f8bd097482147a9f7ad3959a93 0.11 MB 36 5
299,626 299,626 0000000000000000087921b6d61b4af37c6a04c9ad917f83089c8a773e847215 0.08 MB 157 31
299,625 299,625 00000000000000003d4a19af7d0f80fb232e3072474af8f8595540fbda184fdd 0.11 MB 222 35
299,624 299,624 00000000000000006e689faca673b30eae52d702af547edd33061cc4b9af44be 0.07 MB 118 31
299,623 299,623 00000000000000005954205f9b079c064fd7175fe330ca6c3842a44e91780e2b 0.15 MB 279 35
299,622 299,622 00000000000000007694349a78601cb119328f3a1e5bdf8d773dc10172f5a5dc 0.24 MB 408 47
Previous 10 blocks ↓
Total Size: 769.54 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,648.19 GB sent, 95.62 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.