Memory Pool Memory Pool Refreshing

2,117 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 2,117 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (882,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,448 26,448 00000000da7fad56893dce5d31c3da577deb448447e6249c610031b9f31eb216 0.00 MB 1 0
26,447 26,447 00000000b07a4586deb2770ec2cab41eed3d82e37b87844ecb81924db0f175d4 0.00 MB 1 0
26,446 26,446 00000000d61d2ab3f5e12078110fad7a78a290ced7e64d318623358d32d20b12 0.00 MB 1 0
26,445 26,445 00000000cf6426c279e17632fb629d1a15d4c8509005c42710d5028a4cf79f2a 0.00 MB 1 0
26,444 26,444 00000000e29bf5bed31db08049ac494b90bf8cf570307002a7c48212406c1d32 0.00 MB 1 0
26,443 26,443 00000000496c268a97cbcc8974e1ae981303ce65cbb26d5fd04c1faaa9c13f06 0.00 MB 1 0
26,442 26,442 00000000e605c575ad986fa2e075abfa069e93199f2bd6b488b132cb7d3fdf3f 0.00 MB 1 0
26,441 26,441 000000002ca3bd7f06989e90bb7a1ef870ba6f68caa1f8811e9ae2a707c8e04a 0.00 MB 1 0
26,440 26,440 000000006d5443be480c927aababeba721fb67b382a5b13c539d23e5a94005c3 0.00 MB 1 0
26,439 26,439 00000000ed56288cea138e5c7b1757b6b9d610fd801b6b6bbc1308e5b001a95f 0.00 MB 1 0
26,438 26,438 000000004d43002d464f031a8f1365afc05925adc760c3b64b5b89444ffd4538 0.00 MB 1 0
26,437 26,437 00000000996a8c07d41a41e8f3d4406b376d54d814705c117ed2d8d2f713ff26 0.00 MB 1 0
26,436 26,436 00000000a7be51a9ce2b6150e04cef00e8bef65a3d5348b31dfa1cfaedca25a9 0.00 MB 1 0
26,435 26,435 00000000f243430c874041e6a2faa818c32b489509a2937d46d1c5566c47e272 0.00 MB 1 0
26,434 26,434 00000000e18f400c6ce378b3712e14c85a3c8aded543be933b46f27fd75f9ef7 0.00 MB 1 0
26,433 26,433 00000000a40f0396f8eb5b52707cccd303e467860a0923f0731d638b93fbabb7 0.00 MB 1 0
26,432 26,432 0000000037a2eec59673194e9974706a9ae3412145d7a70f45e08492b95b3028 0.00 MB 1 0
26,431 26,431 0000000054a4edf2013f57ba818f411a2aff86a24b33f59537d9ee75ce3b4721 0.00 MB 1 0
26,430 26,430 00000000609cee7e6cf0265f2080a81578255bcaed7bdf22944d9e8340c5d581 0.00 MB 1 0
26,429 26,429 00000000d02ff5ae9901601fe89d16c8265ba9e1e1bdfbe29c811c23987c1c74 0.00 MB 1 0
26,428 26,428 00000000a849bb225750812775dc3bebf3e3767868d916df0e6e37d7dd183df5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.64 GB sent, 100.53 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.