Memory Pool Memory Pool Refreshing

4,904 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
908,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,266 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (896,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,395 11,395 0000000077fbb868f19efc11aecdf26898f31858f18175316be235d1a241d11d 0.00 MB 2 0
11,394 11,394 000000003a064efaf8cf22c9997486e901b4fe9bac2128c13cc36410bb3a3ce9 0.00 MB 1 0
11,393 11,393 00000000f2fb4a93cc379465b6cf26a3611b1976095e66ce3e8207ec98d2a5f1 0.00 MB 1 0
11,392 11,392 0000000053c770b6b9a70d481f881f0d895a1d164c883709c417ceb529972030 0.00 MB 1 0
11,391 11,391 00000000c295553a87105b5b1f18753cf2aaab038b8a7bd20eb7c77fe903c34c 0.00 MB 1 0
11,390 11,390 0000000019f67dbb530970bf1230c22475f8670bc91eedfa7afa19b217e45e26 0.00 MB 1 0
11,389 11,389 000000007988d36469576cfe0618f28096982731872b24705c03aada2d0637a3 0.00 MB 1 0
11,388 11,388 000000005117d9d4c5561730dd89932beb7a66c2431909c6672643f356d5b9ad 0.00 MB 1 0
11,387 11,387 00000000d295593043cb74f4a626a97a075110d3d2a443db703c6cfb5d94554a 0.00 MB 1 0
11,386 11,386 00000000e1cd3f17d5abd514d089cc63045ded387e57ad2f3fce47452febf27d 0.00 MB 1 0
11,385 11,385 00000000a0b2dfeb264c098cc57785363ad1b61aa15a980098c98e48abd6d5ec 0.00 MB 1 0
11,384 11,384 00000000d2285ca4ec69be3baa81a70cf59f527b8b53e679d00237ea6f801dd5 0.00 MB 1 0
11,383 11,383 00000000c4258b79d32c6904fb84d57a3540ea902573fcd390c0c6c0c0d8d79d 0.00 MB 1 0
11,382 11,382 00000000ac6e380691051bdf1f7a9ee9d48fc47a2757bd46526a18ba1479bade 0.00 MB 1 0
11,381 11,381 000000004c3198c4cba69ee5fd34cc3f0abeb1d3c528cf83a2d9cdabe0fa21be 0.00 MB 1 0
11,380 11,380 00000000fe2e92c39ccfb75a3a91604ac9cf8aa81d25269ea6b224641e0a8ff7 0.00 MB 1 0
11,379 11,379 00000000433634e8240afad08224222101efff2d7d8ba51c13daf42d364c900c 0.00 MB 1 0
11,378 11,378 0000000051a0f997fab8c3850222c2f244c02d8c12ef19cd893af06dbdb51ae8 0.00 MB 1 0
11,377 11,377 0000000077798e8a96e859d55ce25915c6d923db75909f7734392037e99efa33 0.00 MB 1 0
11,376 11,376 00000000078db697f5c26171b38dc6c44e7c6bf98d833f220da93a8d2c4c15e5 0.00 MB 1 0
11,375 11,375 000000001c26a5d89065816f64eb08147ad415bf125061e985b6a53e8ffbb1f9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.58 GB sent, 96.45 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.