Memory Pool Memory Pool Refreshing

7,985 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (645,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,105 262,105 0000000000000005613b78fb88d2d26657db51228691e9bd86c2674d7b2d5084 0.05 MB 73 44
262,104 262,104 0000000000000014d225fe7c3d4abac1054d7631404ed53b3880e53e7b974f79 0.20 MB 411 135
262,103 262,103 000000000000001411c247136fe0bfd83491a05d44f5f98adaa57dc87e884960 0.05 MB 132 104
262,102 262,102 000000000000000b7a405056562dc468271076696efeb62316bbef8a82daf6e0 0.05 MB 116 73
262,101 262,101 00000000000000065b35cdfac40e1a11f22fe510ea628c9c732da7987c1f8a32 0.03 MB 67 160
262,100 262,100 0000000000000015b990829e7ea46a903f30fa66923d31c3216bd69e906f526b 0.15 MB 145 35
262,099 262,099 00000000000000064375f6c96dd0756ca0dd95ef8f8ad53d8c18753026c25ea9 0.19 MB 446 135
262,098 262,098 00000000000000108c6c5a41d0305fea2ef1510ea0d9e6050160ae6ea7f59cab 0.24 MB 572 143
262,097 262,097 000000000000000b6deaa76e13770bd08fd669ffebdd884b0b2d5bcb5873a06d 0.08 MB 216 106
262,096 262,096 0000000000000000fc060498f219b01efccebc67bc29e07e3d1ddb58f32f742d 0.18 MB 457 141
262,095 262,095 000000000000000e311d1e3ef375e3ffc5a10dcea3bb9ec1739414c586255c08 0.14 MB 71 18
262,094 262,094 00000000000000119153a4c56d03e9d17076b2f4f93752603684d7487f50e499 0.04 MB 90 112
262,093 262,093 0000000000000003a3bf4a4c8c626bb2652b611fd15e742146e7d6edf291315e 0.05 MB 131 81
262,092 262,092 000000000000000cc7b92498cb6abbfa35cbf7aadd4ab9bd12c2858b945bb577 0.01 MB 32 74
262,091 262,091 00000000000000017ac5beaa699c37a1ab8bc3301978dc9a91e889cef0e67c46 0.01 MB 20 109
262,090 262,090 000000000000000c50ad9f8e5b873736d77bb20f62f4c4323ab41cce56d8f1f0 0.15 MB 275 106
262,089 262,089 00000000000000056fc37a84b312551de325d6c31b0e4946e50d0b54ca597d1b 0.10 MB 209 103
262,088 262,088 000000000000001310b9e5d683f2d74a00571a04aa678cd3485c9a29e7a46b05 0.16 MB 397 158
262,087 262,087 0000000000000007a3c1f2115d78803d172cab03a1869f45f6efbc60e2128469 0.01 MB 27 102
262,086 262,086 0000000000000007f0b5578555d27d39ddf5e0947220c8fb5a7c359cade51acf 0.06 MB 156 78
262,085 262,085 0000000000000000ce75324084f3c52fd1d5f4ce7735df7517eb631ad58a11ac 0.23 MB 377 98
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.