Memory Pool Memory Pool Refreshing

1,648 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,561 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (708,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,842 198,842 000000000000040c987636a79e245d939642abe4324ef8a9b9d2b9a1b8108d89 0.01 MB 26 169
198,841 198,841 00000000000006144ea72c5d4008ff13562aebb617938a8a10cc2d410c94cf5c 0.08 MB 222 137
198,840 198,840 000000000000021d295374d280234e1c3e690b718a8f7f7da8f43c7f69ff5e36 0.11 MB 328 143
198,839 198,839 00000000000005fc3646d78b69146e3e52a4a4e3f2c9e1b8f841b4968d2287df 0.17 MB 472 154
198,838 198,838 00000000000001214617c30333b6d9c29668f83f4e6769bafffa89adca0cadc9 0.12 MB 271 171
198,837 198,837 00000000000001cf569ec57b37f5877551843a22e9fc183f197bc1961e624f94 0.12 MB 308 133
198,836 198,836 00000000000001448741243b1113f9157894b92d4ae8c5c7d64f9f85b9ffb1db 0.05 MB 122 69
198,835 198,835 00000000000001e40f0fade4e292f4f4fbbd589c5aff503ed5fa9434a57920fb 0.00 MB 14 46
198,834 198,834 000000000000022395214f4ce13fa7f010241928b53b9bf5185c77d81ef619d8 0.15 MB 221 121
198,833 198,833 00000000000005a5a2956ed34b3f87052efe6eecfebe97e4f53b3fcad4206252 0.19 MB 623 158
198,832 198,832 000000000000046175ea93ea8b76ee87c0016eb6d9fc0396334fab01794af32a 0.25 MB 620 144
198,831 198,831 000000000000042cae5e4ef6ad08463f1ed49ea72c71614daeeb156e8344b4f5 0.25 MB 633 133
198,830 198,830 0000000000000136d3fc134a084fba4a28423ffb440afe5ebafbce2327c1822a 0.06 MB 176 153
198,829 198,829 00000000000003da09d9af516118cdaccb49312f6e0dc9c50c527a535966ad9e 0.00 MB 10 343
198,828 198,828 00000000000004f90223e267beea58d592632ee3beaac92e5b5134505c865bbf 0.07 MB 176 121
198,827 198,827 00000000000000dac66631841fc7bb76cb1e684666c5bac639e3088ead35cb03 0.05 MB 101 72
198,826 198,826 000000000000012aca669e4c73885470ac63d0216746ef0e753e3de445d118d3 0.04 MB 60 82
198,825 198,825 00000000000000bb6b934d1e6b54b2100e3ab06c182e401534b138b78710eefa 0.01 MB 40 115
198,824 198,824 00000000000004255a4496bfbf79c4a896b510c56fea4182ac758299f8ad83c1 0.02 MB 60 128
198,823 198,823 00000000000005f724eff9c370cd3d7bfee577209f36bd86791f55b43044c6a6 0.13 MB 362 146
198,822 198,822 000000000000043200db1dfe04074869388f569aa5954894a4b41a0899e56756 0.26 MB 611 79
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.