Memory Pool Memory Pool Refreshing

1,461 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,769 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,450 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (585,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,053 322,053 00000000000000000549da0fd643c17e562190924b256ce3e6732f2a9dc7f707 0.60 MB 946 25
322,052 322,052 000000000000000019838cacaac090d9f6b4162f135c06dc69375aa3b3456535 0.27 MB 384 29
322,051 322,051 000000000000000014876b3e0a42f49ccf1a469321e3c857bc36c51fd076939c 0.37 MB 704 27
322,050 322,050 00000000000000000d5dc6422a5ec908783358df9796968c4b61dfd5578d6e85 0.69 MB 1,081 31
322,049 322,049 00000000000000000f8613cb1c59432f66d8be7003775b6031294f6fa37569bf 0.40 MB 638 27
322,048 322,048 000000000000000016c2ea38a5407f0b5812a7b78c19d668f07333a1bdeeadf2 0.13 MB 259 24
322,047 322,047 0000000000000000007c6916f154794e33d45543455e465131372c5132e8ceb6 0.63 MB 964 24
322,046 322,046 00000000000000000686635f788e59952db06133bdf2754edd14adb96d78d710 0.20 MB 395 30
322,045 322,045 000000000000000006d5b22625faab876dadfc195a4b81f2f6d1f869b018f2b1 0.52 MB 932 27
322,044 322,044 00000000000000001be050cfe651170da0562a80c9021f704bdbfc4891cbbc87 0.39 MB 293 14
322,043 322,043 0000000000000000167702a354ac7105e8d4a58d1ba7feb1e40a2d80a98edde5 0.50 MB 1,491 38
322,042 322,042 0000000000000000200a249235942133a1216e04fbb76b2dbadfc05b6e4a96be 0.13 MB 285 30
322,041 322,041 00000000000000000c4e83bc84b8de1abb13f97451507725532645e66df2ca80 0.68 MB 1,362 29
322,040 322,040 000000000000000015bdbf80330ecfcb02ffbb6d33a955b4afca5a61af6b9ff7 0.15 MB 251 29
322,039 322,039 000000000000000011dd9388def8fc3bf4999b0fea20061ca627f68eb4143e56 0.06 MB 123 27
322,038 322,038 0000000000000000205702f12db861903ab003d525f3a701bafd313692231cab 0.14 MB 335 33
322,037 322,037 00000000000000001677eef1b22c168bcaac2bc729c1d379c05798776d43ee92 0.31 MB 619 29
322,036 322,036 0000000000000000019f6876cfa6c68c3eced7819092add48a33d5e0e3711cff 0.09 MB 206 29
322,035 322,035 0000000000000000226644ac9d4fc1af93d41e504b785821dc04466e579a0ed6 0.23 MB 464 27
322,034 322,034 00000000000000001b0595921050b14d22cc2c85d5d36266dc61fb9632ecc49a 0.05 MB 64 13
322,033 322,033 00000000000000001739c6d059106c3e0e37c7d3e57a13e64aff15d4235306f0 0.24 MB 484 28
Previous 10 blocks ↓
Total Size: 769.11 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,629.38 GB sent, 93.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.