Memory Pool Memory Pool Refreshing

2,837 transactions
2.89 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (27,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,080 880,080 00000000000000000000d8fb6cab9dce38c216de172a65dea64175110d833c13 1.76 MB 3,588 12
880,079 880,079 00000000000000000001a09747398d630e7c1fbed66976d89730a40254814cfa 1.73 MB 3,948 16
880,078 880,078 0000000000000000000279074851d6ec49d6247a27cace6491496350945bcbc1 1.61 MB 3,569 9
880,077 880,077 000000000000000000001b8413e1ca20532f0e750f1f9404e59e740950d44e69 1.61 MB 3,237 8
880,076 880,076 000000000000000000019bc0545037d68fddbc8c29f179261e60555f149b32da 1.58 MB 3,674 12
880,075 880,075 00000000000000000000a7601243c0f30f0051f082bd034ab3792e4ddc2ac8c4 1.67 MB 3,298 11
880,074 880,074 000000000000000000027eafe41b5bd7947362c064608bcb23804fcb78a31388 1.95 MB 1,713 5
880,073 880,073 000000000000000000018096bd9f4c59878b4883d159b40e8eae0b418e9413b5 1.72 MB 2,795 8
880,072 880,072 00000000000000000000ca09a8f2d026c509150f5314d69d7447e65225d43181 1.59 MB 3,982 11
880,071 880,071 0000000000000000000155e42d705d51ebb5ff290b5ac393e3c9eb3a7c1e7f0f 1.40 MB 1,861 5
880,070 880,070 000000000000000000005ae764f918ed1fcb955b2db300e5490a421a04e903b0 1.68 MB 3,570 6
880,069 880,069 00000000000000000000524a4b146d80900c0871a8de6bdf965f03c0ab2ee07a 1.71 MB 3,775 9
880,068 880,068 0000000000000000000185c6a659c38bd590ce007523b625b1be99c24197164c 2.02 MB 2,466 7
880,067 880,067 00000000000000000001c305bda9ab204c0a49722f69e7cacbe9ea6846cf8a45 1.71 MB 4,080 9
880,066 880,066 0000000000000000000116fc5910009ac721ffdc33fc247ba7ec7cb0348ca0c7 1.93 MB 2,839 7
880,065 880,065 00000000000000000001695f7915c19c815f880cafc83d270ffc332c52c5b7f5 1.69 MB 3,712 10
880,064 880,064 00000000000000000000472177b987da390df01b8e15f271a1899b7944a6f7b1 1.70 MB 2,702 7
880,063 880,063 00000000000000000000b6d9d90f1b5425688cbd57d4d12a47a0458cd370f63a 1.63 MB 3,792 11
880,062 880,062 0000000000000000000018ae8c61bbe6b44d80adcaab7df5c0e3529fb36b2eed 1.60 MB 4,069 15
880,061 880,061 00000000000000000001a674de93aca5da40b4e40b54ec167d5d1ca87d222390 1.67 MB 3,479 12
880,060 880,060 0000000000000000000082c11bf6751197151b6e486736f2058bfd3483d4d2b6 1.07 MB 430 4
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.