Memory Pool Memory Pool Refreshing

5,301 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,777 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (26,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,722 881,722 000000000000000000005729d97e15ba225aee43d9e0b4d4f3171703dedebd6c 2.78 MB 2,157 1
881,721 881,721 00000000000000000000979561dfade27cc4829ab4ab34efabb1b0606700753e 2.17 MB 74 1
881,720 881,720 000000000000000000016b5b9fd1518dd4218fac811f3c85aee8051b69dd18e1 1.92 MB 2,233 2
881,719 881,719 0000000000000000000162a2bf11638f8ff725cf3fa6da45a6b71fc1e8443e33 2.03 MB 1,102 1
881,718 881,718 000000000000000000021aadf8e2fa65afa16e443e6c9323d3e822571c82b03a 1.85 MB 1,474 3
881,717 881,717 00000000000000000001492d5a9e1e83fb51ab9d6f9914b0badafe4dea891b6a 1.98 MB 1,108 1
881,716 881,716 0000000000000000000166a2e2c94cf1482901b20ff1fd0ea6bdd19bf783a066 2.76 MB 1,086 2
881,715 881,715 000000000000000000011f227d111fb72dedbeedabe3043b54557ec9ac577b70 1.61 MB 2,328 4
881,714 881,714 0000000000000000000056e3efc0e092e282613ac56cf7ebe2b3a1f1dd549089 2.11 MB 580 1
881,713 881,713 00000000000000000001543be5805cc445e437b9174ce788c6f8f80d3cefb68c 2.16 MB 153 1
881,712 881,712 00000000000000000000b3f88996d913cf430b6c1b96c2ee2473106f611dafb3 2.06 MB 1,592 2
881,711 881,711 00000000000000000000ae437eda33a9f553e6ab2b0dfb92d5e5f419812807f3 2.25 MB 385 1
881,710 881,710 0000000000000000000054d151c0c700399dca8becb4d1e308c26f93de2904ba 2.62 MB 1,096 1
881,709 881,709 00000000000000000000e29e1956c38148ea8d69f8f2d850521c2282085b277b 3.34 MB 580 1
881,708 881,708 000000000000000000004598a8eae108c85531684bfd95eea51fe6d55ea5d2dc 3.28 MB 691 1
881,707 881,707 000000000000000000015f496adad5b3629d7c15d1ced4c891c3633b7d39e8be 1.81 MB 1,779 1
881,706 881,706 00000000000000000001936084ae4c86ba825707288be9924c22e7b675fd6274 1.57 MB 2,756 4
881,705 881,705 000000000000000000014b9670360dc21aea9dc10d35e00df292ecbd93b0aa15 1.72 MB 1,531 1
881,704 881,704 000000000000000000009edc919a6e21dee44a3ffdbd47ae63d2be6f221cc38d 2.02 MB 1,987 3
881,703 881,703 00000000000000000001abf5df229618cf5ae7c775f51dd40296c1407276a0b9 1.55 MB 3,466 5
881,702 881,702 000000000000000000017ae1b7419825e7c884e837cfb7cefe257de9529b4713 1.81 MB 2,578 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.