Memory Pool Memory Pool Refreshing

855 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,624 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 852 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,623 (812,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,726 95,726 00000000000780d422c9de5648ae178c71fe98cdd6692f4e13304ffa141ad847 0.00 MB 1 0
95,725 95,725 000000000005822d119f92242ecbc443725aef221d07591d7bc57d4a5fdbd1a2 0.00 MB 3 0
95,724 95,724 00000000000044a0fd6a34cba4f08554335652babda04677289b21b31d542b26 0.00 MB 3 0
95,723 95,723 000000000001f2298c5de49f18e8775dec3f992d46eb8453285ce690ea1c056d 0.00 MB 4 881
95,722 95,722 0000000000056063d315d88879a94ca34a9e336e74d98a3e5eaa9ebcc672c685 0.00 MB 1 0
95,721 95,721 0000000000077e21851258d68cdd33d60f7f379f1422a0f6b0147ba419c98dab 0.00 MB 2 0
95,720 95,720 000000000006e1e082f51fd29394705e277ae748809fed5d0ee02b1a6d269ab6 0.00 MB 1 0
95,719 95,719 0000000000081722f0411f793e50256949f48bdd6dd74605fac9cf52e7f8d638 0.00 MB 2 0
95,718 95,718 00000000000591f981d235a58d761eb12d19d591b261b5a14567027da9847160 0.00 MB 1 0
95,717 95,717 0000000000030070712f520a30c0762adcadb03918abe21a4277a32d603b33ad 0.00 MB 3 0
95,716 95,716 0000000000023bab825e581c34f9bcb557a877490280ca52705142bc151b2bfc 0.00 MB 2 0
95,715 95,715 000000000005b3d40519ec2649fb0bcdf71f88cd984be4405013a6f71b50d4de 0.00 MB 1 0
95,714 95,714 00000000000553f76eeae2b2c07d053f15c9ba023cd62d5e7cc055752a187eac 0.00 MB 3 0
95,713 95,713 0000000000010a844efccf98783083fd2184314d5c9ba11fc82dd803c65f0e5e 0.00 MB 1 0
95,712 95,712 0000000000004379bbd4e80a81ba94da1bf455b186ab5431b6cf34908d3d9c7a 0.00 MB 1 0
95,711 95,711 0000000000056b8b632914c0f1accc8d817a93ae5208f413a430f279502b2fe0 0.00 MB 1 0
95,710 95,710 0000000000067d0af268757255f590bbd3d749c3708e8d8e1cfee82f615414fb 0.00 MB 1 0
95,709 95,709 000000000003e37ff69b488e6bad8306a51c03377307e56e17dd14b22e277a83 0.00 MB 1 0
95,708 95,708 00000000000145edff173852f381f65fe4e383fd85cc8dcebda351e17221e181 0.00 MB 1 0
95,707 95,707 0000000000080b0487a20611526e67d4f399a545a1157fa2318da116f330a5b4 0.00 MB 2 0
95,706 95,706 0000000000026072d82d8a7b0858c560ebc456669d0a38de8c0880bc03ccd66b 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.86 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,850.19 GB sent, 101.21 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.