Memory Pool Memory Pool Refreshing

178 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 161 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (795,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,598 112,598 000000000000d17c9487d5fc75528eae43e2d98307a5d87cc4600dcf5a741a26 0.00 MB 6 3,105
112,597 112,597 0000000000012ab429733caef0440847583fb857b7968f6ac4e7418d31a448f4 0.00 MB 4 2,103
112,596 112,596 000000000000457409e2d5bc8fb59b596fd72997c86995ebbd12d2da9b0bfd1a 0.00 MB 3 0
112,595 112,595 00000000000078a7215ea1507c163307f24060231423a13711159fcefa545fcc 0.00 MB 10 1,811
112,594 112,594 0000000000007dbdaa9eb35d0581576ac137c09102f53dcbb902f85a47f5d82d 0.00 MB 1 0
112,593 112,593 000000000000e32bf376a29866daf884f751d2e820ab664e324c6c21d519211a 0.00 MB 12 1,308
112,592 112,592 0000000000008ca40abee7b6c480271390ab2d11269284cc3470d6afafba8e19 0.00 MB 15 1,675
112,591 112,591 00000000000119aca2815a32e1bd39f9694ecd5b82d36d954b794144d7c28be0 0.00 MB 6 1,214
112,590 112,590 000000000000c9be39cf39dc2d4958063371388d628c88a7ba1ef8ad1d4379d0 0.01 MB 17 734
112,589 112,589 0000000000002ab453d6670d4ee9d3136b10bb6090471310baba90aba24a07c7 0.00 MB 9 1,468
112,588 112,588 0000000000009b0b79e9de568c245d3299beaa00242aba2947915b869edab759 0.00 MB 2 0
112,587 112,587 0000000000011c2f065a4595ca4a4825d848c5d2e6be78bbf625b123354df06a 0.00 MB 13 1,152
112,586 112,586 00000000000080089098bf03f944f537fd5e0622d040ba9389a870d26ae6a28e 0.01 MB 18 1,781
112,585 112,585 00000000000002b81ecb4e97c6ca1acdd2c04a10faa032157c2b065c20e9dc42 0.01 MB 46 0
112,584 112,584 00000000000119fc92398a3b9adae3c879fc8e83b069db66876d3435e1f38091 0.01 MB 23 1,169
112,583 112,583 000000000000e5f323f3139da825b631c8f54a6605feb15d895fb481344dd760 0.00 MB 2 3,875
112,582 112,582 000000000000029a0c073d160732cd9aee740944197d5dc31995b18a32d3c246 0.00 MB 5 0
112,581 112,581 00000000000045a8d9d2b3747ce42a71aa199a7daecb4e4a27a2a6e3ede22a66 0.00 MB 8 929
112,580 112,580 0000000000008601082afcc73dd0a97abb3c14754dae05f0bac6c6155ee591c8 0.00 MB 3 0
112,579 112,579 0000000000009f1e0e7bedb3898f8c53e34908f77654c6716bb6948c05965d5e 0.01 MB 14 346
112,578 112,578 000000000000cc6fd8423b46dfa43d70e1af44452108233e5097106d80e131b8 0.00 MB 13 2,734
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.