Memory Pool Memory Pool Refreshing

7,014 transactions
3.69 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,177 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (888,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,619 20,619 0000000049a4e764059ec2b1e06a948a41a48ef083f89126f68de0b3b01e7d1a 0.00 MB 1 0
20,618 20,618 00000000aec229053ccc68d4f57c61486f136b13282ba711f11069cfbbc06a84 0.00 MB 1 0
20,617 20,617 000000002d4892c340ff6d9937881f8ba6048b088d25add61f09e0d7fc19271b 0.00 MB 1 0
20,616 20,616 000000009ddbbb2d16ee16defe0ee2cbdfdb29d269b6faa1c7b7d42d91016780 0.00 MB 1 0
20,615 20,615 00000000d1c0f8b846fff01d4a6f985e647ce540df650a05b3f22ceab09ab117 0.00 MB 1 0
20,614 20,614 000000000a33d362e3adb12e985be7836be7c9463d576d06b45da901e98a5811 0.00 MB 1 0
20,613 20,613 0000000063526bfc5d9a1537139f8f134992dabe05059a193382c2242b80c56b 0.00 MB 1 0
20,612 20,612 00000000308f1ae5b3c6b1814e2da7edf9fc85abfa06e3b57c73014ae1bfe855 0.00 MB 1 0
20,611 20,611 00000000e1d902376d99fb2e16b07d0244ba330aecda70db2b482a2f75f71158 0.00 MB 1 0
20,610 20,610 0000000083a9739c008bc03db6527f8edfe616717510e37c395c2b2939858e71 0.00 MB 1 0
20,609 20,609 00000000d671b952a16efdc7d87cfe742c3abc27bbbc3c52cd3b21a9e515cfc0 0.00 MB 1 0
20,608 20,608 00000000e9244b303d9d7b9459d4bc8841979458c7acf3bbd84e03fe8f96c57d 0.00 MB 1 0
20,607 20,607 00000000a20fec10f7ca2fc457c6d43201c556f5d8b3c0f6eb8e93eb088c18db 0.00 MB 1 0
20,606 20,606 000000005f01c0b6c426e79d421784384b8908c94e84e92b729461d32f218ce9 0.00 MB 1 0
20,605 20,605 00000000978484198fb3a25c9b82ea86f9952d1660abf8f117228f88412e1f4b 0.00 MB 1 0
20,604 20,604 0000000033498c80bfc36e00f991e5df3654e02dd93ff3578432cc36de967ac5 0.00 MB 1 0
20,603 20,603 000000004c38c114ccf535f7f562de81a6b2e36909827596aeace538a09cd92c 0.00 MB 1 0
20,602 20,602 000000009118aa2bfa3a05e2cb2e05d6bc9617579cdc94bf9baebabfa8bcfbe1 0.00 MB 1 0
20,601 20,601 000000008dff293f8b284d1860f1fe0cb025f35a3f0881369715c2ae993fa63c 0.00 MB 1 0
20,600 20,600 00000000749eeb5762c9e9e03f3c7eeca586f19a7b39466e9e90a196872a2c95 0.00 MB 1 0
20,599 20,599 00000000a578f2dcea9622109515f439c1215ac172bfbf657561ab92a607c06e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.45 GB sent, 101.99 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.