Memory Pool Memory Pool Refreshing

4,094 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,851 (814,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,260 93,260 0000000000093245d676f07a59c2358f952a4d4f934d146720fbf3ea2f309d93 0.00 MB 1 0
93,259 93,259 000000000005ca0a21adcc9bebd69a5db528aeccb8c86c2c785b1ba51defdd8f 0.00 MB 1 0
93,258 93,258 000000000003b0d206ec9bfb7840bcfe63cbcf553702b8574e028b7e94b1fc5f 0.00 MB 3 2,232
93,257 93,257 000000000006624db957bdf9c165b9111edbbb1b1f53bac5993ed8a05d42c12b 0.00 MB 1 0
93,256 93,256 000000000000210a32bdb1433ab8cf77bacec1855d4e3e9dbeeb5af120f8119d 0.00 MB 10 1,214
93,255 93,255 00000000000713c98c526d89cbb46f84f1e28d860499c459daf2a9149c43bab1 0.00 MB 4 0
93,254 93,254 000000000005e8b23e3c0a109573248f997a5bfb81aa88da1d770662e2eda37a 0.00 MB 3 2,398
93,253 93,253 000000000003321cd38c58a9ab56ae524b9ba2fecaeb154aaab69282cdb700c8 0.00 MB 1 0
93,252 93,252 0000000000086a741752498b5492873c00f6996f9bf365eba3130131bb50ce2a 0.00 MB 2 0
93,251 93,251 0000000000046c7ac741da4992e21dd0bf6f6f42171ffaa316eb29b7e2484158 0.00 MB 1 0
93,250 93,250 000000000001806435718e7fae45e891889eaa813d65cf4189c66a299447711c 0.00 MB 5 0
93,249 93,249 0000000000033939e6e3a6ad06b1bbfedec41038505ad747ee36655e1538f0fb 0.00 MB 1 0
93,248 93,248 000000000003032f43c97abd1fca12289085d8ae491d7108dd64f34017d895fc 0.00 MB 1 0
93,247 93,247 000000000002ea14b7eec877ac99001bc95f2493c68d0822d5420053697fa0a1 0.00 MB 4 586
93,246 93,246 000000000002159060b5cc87b546be24f9dc976383e1df0b91bf06b73723a817 0.00 MB 4 3,870
93,245 93,245 0000000000029073d4cb36ca748a37b97d0476c218bcc05ad9523e79f8d923cf 0.00 MB 1 0
93,244 93,244 0000000000061145e2558df6cef2594035f1f875c99addf342e575a19e185423 0.00 MB 1 0
93,243 93,243 0000000000082884d5f474dac9745d741a1eaa2ea9c61502cc3cb5c17d4cb378 0.00 MB 2 0
93,242 93,242 00000000000238c2444f3b47d05c970409677d3747da3f51ca5e918cb9d8759b 0.00 MB 1 0
93,241 93,241 0000000000057f0dfe6824fab53ccfa55a95a0733815865e244088c2b091293b 0.00 MB 2 3,875
93,240 93,240 0000000000049ecc00a03090d4c0d75662a38be43f52d1bee67132e27920e0c4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.24 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.