Memory Pool Memory Pool Refreshing

1,028 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,888 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,007 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,887 (347,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
560,347 560,347 0000000000000000000bb4bbed3b514e636495c25ee6ac12eae493d4343aab51 0.77 MB 2,008 2
560,346 560,346 000000000000000000278d1790d7320f8068e4980456551d6a5a7753d52d3fd2 1.24 MB 2,558 23
560,345 560,345 00000000000000000000d799071713a4bb47ba7eac01f049e517a98352a02c21 0.31 MB 720 15
560,344 560,344 000000000000000000114690a7462cb7a469a1e4e40ca0651cdf00cb469a267b 0.64 MB 1,588 14
560,343 560,343 0000000000000000000a42bd24eea502904dd20e7c1a9877029c9b196303006c 0.56 MB 379 4
560,342 560,342 00000000000000000027d2f294a1c8ac37e24ea8a23af4a1e2d4afc043a51c5e 1.22 MB 2,701 9
560,341 560,341 0000000000000000001f4830d8f1c7c7578e5c5736944ab438d89fc0644a9d42 1.18 MB 2,082 3
560,340 560,340 0000000000000000000ce09e83049e3e7ad8c658d866e3d7dc719bdd210986ef 1.07 MB 2,002 8
560,339 560,339 00000000000000000003a9e2ef3f7a36b19b3c7a72e0755effcae3a86d4f641d 1.14 MB 2,129 19
560,338 560,338 0000000000000000001b6fcd3abab4daef2487c5be5cb15611e3911b88b8498e 1.12 MB 1,680 20
560,337 560,337 000000000000000000286a54271cd20f054cf13304afe308c0b4f811a7fd3a21 1.18 MB 2,725 20
560,336 560,336 00000000000000000000cf6ccd80ffefbdfc9fe56eafaa0ef33d6832f4618d3b 1.04 MB 1,349 61
560,335 560,335 00000000000000000027a0b0ebd8353db1f8af3ffd03e584390c016bb1845e39 1.09 MB 1,415 47
560,334 560,334 0000000000000000001e759935becdfb0a8ff165951173ee2a677c8788d030db 1.31 MB 2,591 3
560,333 560,333 000000000000000000158b39483a967f8fb18d2bbd787d0059431b26841de98c 1.30 MB 2,728 12
560,332 560,332 00000000000000000021559d636ffa6ef6eaf931187259877206d90156448fab 1.11 MB 1,874 3
560,331 560,331 00000000000000000010c5541bb86625104e404b603728dc737294f90775417f 1.24 MB 3,106 22
560,330 560,330 0000000000000000001909b0241c41670264ba9eac8b7121a8f6f414b3ceabe6 1.28 MB 2,921 31
560,329 560,329 000000000000000000291e3302755cc8b86c32a8e9f69545a2762bdcd020f612 1.21 MB 2,998 18
560,328 560,328 00000000000000000001e93ee9831e846fea460ddbc5e8f3cd438fc3b544901c 1.18 MB 2,471 22
560,327 560,327 000000000000000000091d2e4dbbe41b10eae1f03f7dd964c8b66cce4bd2d72c 1.18 MB 2,874 25
Previous 10 blocks ↓
Total Size: 769.33 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,643.17 GB sent, 94.61 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.