Memory Pool Memory Pool Refreshing

3,609 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,005 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (856,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,197 52,197 00000000119ee1de4af9848fd5d04db6475e8d7d9273d969898264043ae6eb10 0.00 MB 1 0
52,196 52,196 000000000632db08363644a484655069fbf64b7615ea27cd1f3eeca475c4c206 0.00 MB 1 0
52,195 52,195 000000000ced8a31d2181a212a6e09f92574df1c8fd9d5827b0e5500740472f2 0.00 MB 1 0
52,194 52,194 00000000180cd6eb0246d8095f827d08d6f260a48ca9438912aa67b5e01ce8be 0.00 MB 1 0
52,193 52,193 000000001d4ee31fa29d480dad32a40047c76fa8d9e7e11b79c57c51af814771 0.00 MB 1 0
52,192 52,192 00000000006854a15cca6d0c9e769ab7737ed688a3aa310b4d5b145b41369f3e 0.00 MB 1 0
52,191 52,191 000000000a5870c390032a5702c8c44478aaa2d12722d14c801e25e2049ae3dd 0.00 MB 1 0
52,190 52,190 000000001ba32f4e567d89f878f9e76c5875001f887d3849d15fe821c70a697a 0.00 MB 1 0
52,189 52,189 000000001dbbf5927ea6de94bb813007a93f265e050edb837ad43974c1834413 0.00 MB 1 0
52,188 52,188 000000001346afaf8d634b4ba4876c4190a7957a67ba83d85236ca8d2d24d8cc 0.00 MB 1 0
52,187 52,187 000000001e910f691343eb8c25dd286bb01cb910fbaf7256c06a358a4ba7a480 0.00 MB 1 0
52,186 52,186 000000001ed3466c36ca31a78657e461560e2e7fb33b4c03f7e07d5e988a2c5b 0.00 MB 1 0
52,185 52,185 00000000008a78a1ae0dbf8871b7f962912d75518084fcd59fc4af06cd251a79 0.00 MB 1 0
52,184 52,184 0000000005b23be072972b77eca47f5ba7af515ecb32abffb2a11bba0de675b5 0.00 MB 1 0
52,183 52,183 00000000120a0772d1cdb3fe7fc9cf1942050c684e1e860f2fe8ac334420bbe6 0.00 MB 1 0
52,182 52,182 0000000001367fdbf6803d20a8d612f400e1d5ee164f91d692bbd04206c50787 0.00 MB 1 0
52,181 52,181 0000000007750a288b1eb126ddfa9fa2180b2142c2613e35172f73a0441f22f5 0.00 MB 1 0
52,180 52,180 000000000ee26996ceea6808c8fd2206c749c2f31ac5d1d340e48ead5439a096 0.00 MB 1 0
52,179 52,179 000000000146c18453d00553a46b2c065ee01f04df764be7ad0992ce364bd2e3 0.00 MB 1 0
52,178 52,178 0000000012d2d2df85ae17aad6e93f74e0ed673b70c544b009c4a9a406074dc1 0.00 MB 1 0
52,177 52,177 0000000011b4440e41e182d208a4280d07178852c07c7f9e8585b1d2b7cd9c84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.