Memory Pool Memory Pool Refreshing

3,328 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,891 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (704,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,521 203,521 000000000000012d800b49f98d3eac518e025b103c7388124276db4031a51f55 0.06 MB 116 97
203,520 203,520 0000000000000316eb046d640030ce66aea7cefac2c99ee6610fd1c466355157 0.41 MB 936 171
203,519 203,519 00000000000000e456c41b809a689967f0023367d4128d94fe93f6f1622fd494 0.05 MB 106 198
203,518 203,518 000000000000033fc9160f11b1183d453db616f7bfb25de10b22843fcb6f3688 0.17 MB 470 230
203,517 203,517 00000000000001956403b750521a21e656c2b535e4164b2f44084502702d5a56 0.25 MB 564 172
203,516 203,516 00000000000005475aa6e0d7a3fac6d4ebe16b11683bf7a236a3c2c85172eeff 0.00 MB 11 152
203,515 203,515 0000000000000067f179dca6b78db95404be4b8713fa8be18dc2de429174f6ec 0.00 MB 7 15
203,514 203,514 0000000000000056ec50dca2c9c4c9d860c34c721787dbb177ff4df41c542509 0.01 MB 32 254
203,513 203,513 00000000000002d6475ed8bb4a5bde7037853264fb9821180a7c8a4f4d5165ea 0.00 MB 10 40
203,512 203,512 000000000000027df2f64ebd97fd0191b1b90ea30da2e6979bff2fb4f9b03332 0.20 MB 483 184
203,511 203,511 0000000000000043d2061b0bf0d698ba0d3442e4d29ca7a9601560ddffd6fade 0.05 MB 138 362
203,510 203,510 00000000000001357743f7455bb88c8364aaa403fc8e7dc9cb505978aeca1848 0.14 MB 242 204
203,509 203,509 00000000000000dc2f7e899585023ea6a3981029032e375ffc0f7562d4947b87 0.01 MB 40 4
203,508 203,508 00000000000000459577cdce2237821e9e3ec6de7c87f9b54a55995f1183244d 0.09 MB 239 189
203,507 203,507 00000000000002e22644c0998f7ccab0105dc30288a5cc5707796586be36f89a 0.02 MB 43 313
203,506 203,506 0000000000000511544844d4e5eaeea446dc8cc8db008da2dc754adca788a3e2 0.17 MB 266 120
203,505 203,505 00000000000000583b0ced5e359b5a783ed3fbacfb3bd2dd1713015fc5ce7436 0.07 MB 147 235
203,504 203,504 0000000000000365314082014420f5b7993cffef9d5bea620139de062ee9e279 0.15 MB 250 136
203,503 203,503 00000000000001d0d4db33c0db8abe001b5ae016f6b9a5eb05162625c8981d82 0.05 MB 124 287
203,502 203,502 000000000000021d85f1eadd61387d812c328fda928e353bc362855717756711 0.19 MB 361 263
203,501 203,501 00000000000003ca9e561312933f74081d04822e64b8716d0bbf85a410e65105 0.01 MB 24 353
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.33 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.