Memory Pool Memory Pool Refreshing

16,597 transactions
30.38 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
881,677 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,896 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,676 (878,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,069 3,069 00000000b3e6909a46f5bc05bf13d417bb049cdbd95f2842072651c91cd31ce0 0.00 MB 1 0
3,068 3,068 0000000090a824325eb9cf4106e1b1972881aa1a822384bb9a78e812e16cbced 0.00 MB 1 0
3,067 3,067 000000007b308f42e27972faa8cfbdf1c9162f470095346450ca0246ba19e185 0.00 MB 1 0
3,066 3,066 000000003adfb72fcea0d3fd535ada443f3ea13f1df23c2c4557a428d09b5707 0.00 MB 1 0
3,065 3,065 0000000037c50c38f580c653a41626326789b519c57248b2d8d2315222d6084b 0.00 MB 1 0
3,064 3,064 00000000045d342e3048127de12cbeaf890f83f7babb08836a36f8a720f1fe27 0.00 MB 1 0
3,063 3,063 0000000078b8ab566d23a6a4a23de549c1a2881f3f6e34d9ddb14fd0d33a706a 0.00 MB 1 0
3,062 3,062 0000000024769204efc5142a8376e14458d923a23cd15bb43b38975617803f6e 0.00 MB 1 0
3,061 3,061 000000004a03e2ecfe616677f7e4c8542b748e9a76ef1879d283373cb79c9912 0.00 MB 1 0
3,060 3,060 00000000ed8f29434b37d0728fccb20680b739bfa82defb5fabe4a7226e769e4 0.00 MB 1 0
3,059 3,059 00000000b186dc5d9ca8ceb79eca055689ba70d229d6d1a1230791f6738c686d 0.00 MB 1 0
3,058 3,058 00000000d66913b56d595be5c5ae3cdd280713992f875c5ba9cb72a9e92a420f 0.00 MB 1 0
3,057 3,057 00000000221479d3c5d717c545f388cc3ee08abc7fac0bffffbdf3c049cb244d 0.00 MB 1 0
3,056 3,056 000000003225a6ebe93e25a8365f2b14baf53ae369f34ddbe9d97f8b1130f616 0.00 MB 1 0
3,055 3,055 000000002f8b3005318ae24ee3908f2967ec7333ddbeb855f1886a104be94d91 0.00 MB 1 0
3,054 3,054 000000005768713cb899beee95c08ab0e13486216036fedee1df38361d65d230 0.00 MB 1 0
3,053 3,053 00000000222004580a239ed4a744ad183c5b6506b93d368db86b72a8383bef5c 0.00 MB 1 0
3,052 3,052 0000000077748127087216f283a991031dafaaa521061cdfa5ac11f75c6088f4 0.00 MB 1 0
3,051 3,051 00000000129eaacfb9262cc58a77ab961eb05f2840dd5629e163f465fabaf528 0.00 MB 1 0
3,050 3,050 00000000e6db66070661bcefe01e5b80626de9af28ed13c2786a9e5cb779d1d9 0.00 MB 1 0
3,049 3,049 00000000c0b5300ab3f48f768ccbea253d86dd894952ce048272787deb5bc2d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 721.76 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: 2,018.60 GB sent, 72.33 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.