Memory Pool Memory Pool Refreshing

14,124 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (630,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,191 277,191 00000000000000006bce6fef30bd7acb0020672d7001a97edc555bf2f9e9570a 0.07 MB 134 32
277,190 277,190 0000000000000003907531784039537859ae55d3eaea97f1527b4e0f2b0b7c28 0.23 MB 385 54
277,189 277,189 00000000000000007c78ccc679f070b8ee8987232afd875494ee8b7b44719e61 0.07 MB 97 35
277,188 277,188 000000000000000013b33d93238caf77f2b64f612697c685285e35e66bf5222f 0.03 MB 63 118
277,187 277,187 00000000000000034b02d7f0430d420578d2f873b96e8ebdf37629893ec884e3 0.11 MB 192 35
277,186 277,186 0000000000000002a9f67ccc94e1ee2314f7ffc41573ecedee0143bf962253db 0.22 MB 414 28
277,185 277,185 0000000000000000f12a2fd2e6fe2830c2cab7f426da03e8cd26c48ed1f39c83 0.03 MB 77 55
277,184 277,184 0000000000000002b84a18d3a16856d668f12b5ff0b7b430abfac08e7355aff8 0.12 MB 261 42
277,183 277,183 0000000000000002576c54c5263096fc72da6a47de1f86fcfd9343f7c10b16a9 0.21 MB 350 35
277,182 277,182 0000000000000002342d2cc9f58c6dda5c026dc0c840db4baa6b0a8bfd574ca4 0.07 MB 128 26
277,181 277,181 000000000000000323b00994ecca7e5978df6d893cf5eb04191e3fb7423c522a 0.02 MB 59 68
277,180 277,180 0000000000000001a69858e1f0b4d85e97a12e2d1c0f7362aa8c0d2e706070d5 0.33 MB 200 17
277,179 277,179 000000000000000098544f943a0916b0af923cba4f982c28e484cadb40311292 0.25 MB 538 41
277,178 277,178 0000000000000001782f1ac5be419c3cb227dd78263ee15cfe3d4fd2961b81e0 0.03 MB 30 89
277,177 277,177 000000000000000175d08bec9b5c4d73c9c25c27ddd316efb4a452d3ebd48c3f 0.24 MB 263 16
277,176 277,176 000000000000000075cec73bd4ad551a7fbb9f3d33024ddba0dc364fd74dde7b 0.25 MB 699 65
277,175 277,175 000000000000000134cd193cd918603198e302d5afe720251d4838e4f32101ff 0.02 MB 31 30
277,174 277,174 00000000000000016bf8ef9f1329681cad8a55f3e797a0b2a90e4bfc41e3ed49 0.03 MB 66 50
277,173 277,173 00000000000000028578632b25ab0b9f9bdf2ad07e419b728f185d3e20e11a01 0.21 MB 430 42
277,172 277,172 0000000000000002ce79db98c6908f2e3fccd0e57b0e762c0a1c3bfa6b51a397 0.15 MB 271 36
277,171 277,171 00000000000000011f404d7ea5d203bfc9767005be3e0039ee12c91c47707692 0.15 MB 298 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,622.95 GB sent, 92.96 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.