Memory Pool Memory Pool Refreshing

19,142 transactions
6.10 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,244 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (309,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,578 598,578 00000000000000000000e24bd1baf68d6e2fc79f2ed611d1037fd42ba35e2edd 1.33 MB 2,627 12
598,577 598,577 0000000000000000000a6e553843537dec7854987337ba8d77c7ebba85992065 1.23 MB 2,696 26
598,576 598,576 00000000000000000014bb2bddad4d5044c32b6cda7d36d2e8e1b63b7af6df61 1.19 MB 2,860 55
598,575 598,575 0000000000000000000682164224dc4979662b3824ccad634d52f1bd1a232b00 1.38 MB 1,991 4
598,574 598,574 0000000000000000000cae93eed97fa5b634aa62d352bc11c74f3e50460aa95e 1.25 MB 2,924 37
598,573 598,573 0000000000000000000c922fb2204082ebe2710ecc7568719e4173d75c5ad2c6 0.02 MB 64 39
598,572 598,572 00000000000000000000b81f9a74a4bc2337b5999fc59392b4479498a0891a24 0.79 MB 1,956 19
598,571 598,571 00000000000000000007c5c2495672cf1390d3310bebac06f8aacdcc6b8f91f8 1.18 MB 2,778 27
598,570 598,570 0000000000000000000592083e58bfac0cf8f817b188a6e734848fbb4a2aea23 0.31 MB 803 27
598,569 598,569 00000000000000000010fff8e3848da6c9562b51e1f7f60cdc3b2f0bee682c2e 0.97 MB 1,962 15
598,568 598,568 00000000000000000007921e272695cdad62ed2a15111d412c879769e05c4553 0.72 MB 1,816 21
598,567 598,567 00000000000000000003e1f000a959d67dd0b0886fa2c1db1d8dea8bfe389695 1.14 MB 2,962 18
598,566 598,566 0000000000000000000f03ea9481a016ca5940c2fd6891ee380b04dd2ab4d010 1.22 MB 2,678 21
598,565 598,565 000000000000000000005ea310d7c82000f53f33a0b0df4fe49370fd3c91e6bd 0.04 MB 61 23
598,564 598,564 0000000000000000000bc48f2463a63811ba7cd7d146b465d9ee84f44dae4ec9 0.16 MB 448 20
598,563 598,563 0000000000000000000e268e9e01dad51da8dda7249c2daa108bb77965f28b52 0.30 MB 662 31
598,562 598,562 0000000000000000000569f49418cc75c89637fc804e44a6461d4e1781e711b3 1.15 MB 2,343 16
598,561 598,561 000000000000000000139726f9f3639836d766cfdd5ed0f9802ff48d052ee46a 0.51 MB 1,192 22
598,560 598,560 00000000000000000010665b74db7bb50958853a51cc1d49a397b7c0c08e976b 0.36 MB 1,070 4
598,559 598,559 00000000000000000003c7005fd05f27ae0f37944b2b2a6915e31f362a8b062a 1.23 MB 3,221 15
598,558 598,558 00000000000000000001db69768272c0760511a822d52e436af448155a931bf7 1.23 MB 3,328 40
Previous 10 blocks ↓
Total Size: 769.02 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,624.45 GB sent, 92.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.