Memory Pool Memory Pool Refreshing

10,474 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 25/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 1.00 vMB 3,260 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (498,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
408,737 408,737 000000000000000004aeba265f740c07d001027944d69aaa6e49c4bb03abf10d 0.36 MB 445 26
408,736 408,736 00000000000000000124575bbbaf146a4074c3ce99fecba0e4a9907c937fc274 0.43 MB 1,024 39
408,735 408,735 00000000000000000001748a2a47079cb4e785df78ecb600c6a92e73965f24ba 1.00 MB 787 16
408,734 408,734 0000000000000000033ccb46e3935fd08d18043eecf0551dbe516b01e706d189 1.00 MB 1,021 17
408,733 408,733 000000000000000001d41985ff7fddb14e5a4ba65ee12d5e4bbabba5ad5540d8 0.99 MB 2,307 34
408,732 408,732 0000000000000000028c27520eaa27c3910f5f7fe0985e961b61aea072269c02 0.99 MB 3,012 47
408,731 408,731 0000000000000000051a64fe51ee97f978508c48669a1a0faf3f0b86f409476c 1.00 MB 3,003 47
408,730 408,730 0000000000000000026f458b45a2c3bbdb9e10e30598328d596ea4ef80f9881d 0.66 MB 1,335 33
408,729 408,729 0000000000000000009b763efb9babe8b49425bfe805594d765a632fdacde090 0.70 MB 1,338 37
408,728 408,728 000000000000000002075d73f38ef942af44f1dce00ac62096f170626c40a252 0.99 MB 2,164 34
408,727 408,727 000000000000000005fdfb5a26038c4fd1e8c24c13d51d3a677b795d06485603 0.89 MB 1,536 34
408,726 408,726 0000000000000000058ed56401a1aeafc14aba59f39481b6594fa0afd8f5a850 0.99 MB 1,066 17
408,725 408,725 000000000000000000f5c3a1382793067fa70477f949320eed3c8bff5a75e826 1.00 MB 2,082 38
408,724 408,724 0000000000000000053203ac50d9746d9c03f30706f4324876c6a40b9d714635 1.00 MB 2,666 45
408,723 408,723 000000000000000001c4bf2615e5e67da7007a9ebb828697aff66ed6d57e6c5c 0.99 MB 1,043 24
408,722 408,722 0000000000000000054207427e641247a58fe81bd28362318b06d6ddfddad5a3 1.00 MB 2,586 47
408,721 408,721 000000000000000000cd74eda8ce1aa01221cb9c1ee7c4c6763250e13f9828f8 0.92 MB 2,417 45
408,720 408,720 000000000000000003d687c4f4e88b7ab642991fc9c2174aa1401477c3b865f9 0.99 MB 2,118 25
408,719 408,719 000000000000000005f1e8b8db990be5ecb370354c87d8974dcd4c46d336020d 1.00 MB 3,385 57
408,718 408,718 00000000000000000368c20a1e05dd4175f95f7ae125642c49266a6585a2684e 0.73 MB 1,299 32
408,717 408,717 000000000000000001273b470feed1a49e6dafc4f58a2ae221759ccc9f75937d 0.15 MB 181 16
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.04 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.