Memory Pool Memory Pool Refreshing

4,293 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,328 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (781,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,284 126,284 000000000000418699573d75536a4796979d8ea1240b59a2d81936024310a961 0.01 MB 23 736
126,283 126,283 0000000000003f95a97b57b10c877c91f99a7cdec2b97d1f8e161fc45c03cedd 0.02 MB 37 688
126,282 126,282 0000000000002dd82eee397d865fd9ebc26b141644f30203747edb2ced2cb72d 0.00 MB 11 351
126,281 126,281 0000000000001f5e794fcdb747dafd5c524337e00cdd4652ed84a0bb7d860946 0.00 MB 9 0
126,280 126,280 00000000000009507b970ab67137979be401c7869aa038f64d4fcd4d2fa80456 0.00 MB 15 1,049
126,279 126,279 0000000000001386c61d159788abd065b61010584ed1834cadc3280298d089a4 0.00 MB 11 655
126,278 126,278 0000000000001e1da5b379eec17dbcfa5e481ac1a02087bfe610da083cf04ea9 0.00 MB 10 891
126,277 126,277 0000000000002dd710d895f651a5c813c145266be641a41f6189a7bd1f72c34a 0.00 MB 13 67
126,276 126,276 00000000000030da2498d073fb879225c29a4b3f64aedb8dcda49998f9797811 0.00 MB 7 296
126,275 126,275 0000000000002a0f93e424c51adfb0a3a8c9174af4e8f673c93a9cb6f75ad99b 0.00 MB 10 0
126,274 126,274 000000000000245e868329585292ee7bf5a37500ee7d1c2daa38130778297227 0.02 MB 50 1,581
126,273 126,273 0000000000001e86f3e655693597491e1777b3d99179c8059b302a799e9f20a6 0.00 MB 12 771
126,272 126,272 0000000000003a664e0bad15ce0236a732ba9f89c4e04da7d7e525bca26d246d 0.01 MB 15 868
126,271 126,271 000000000000256848aa8cca41e0b48ebe4a179d7c48cc2de87debb788117d01 0.00 MB 12 0
126,270 126,270 000000000000424c1caa9fc3ee75d4ac59d381c8cfbf9804224323c8eafef252 0.01 MB 26 878
126,269 126,269 0000000000002c80f29b78939021bfff4ab96a47c91ba48e0acc0b52a458ac55 0.01 MB 20 902
126,268 126,268 0000000000001d28fbe01d2e2339c13bf4b0d8ada3d7d8e1cf0d78c62a4d5f50 0.00 MB 1 0
126,267 126,267 0000000000002f24d8a29d206f692345c37522c4bf59f8a14a570580ad8347d0 0.01 MB 15 1,070
126,266 126,266 000000000000087f71afc35e458d84ef642a5fe16e54fc9d669a3bbcdee737e7 0.01 MB 22 1,202
126,265 126,265 0000000000000e4d29d0c9a93aa977ae7bc2c2e37cddb0ca0d2fe53227ddf1ee 0.02 MB 68 2,344
126,264 126,264 00000000000006690816067142b3d0289027e0b57c2a00c44ac068489066228e 0.00 MB 15 555
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.