Memory Pool Memory Pool Refreshing

2,739 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,911 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,732 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,910 (618,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,457 289,457 0000000000000000e3a4ed7a780f0faf5ee26f06dac426e9ece79f7516463b52 0.03 MB 64 1
289,456 289,456 0000000000000000967eeb3f1dd8f5cea72780adadbfccde00cfc28d77f9a98c 0.56 MB 936 30
289,455 289,455 0000000000000000a455631f1f0748f1dd3878406c352cfd3d133b147dae1351 0.18 MB 269 28
289,454 289,454 0000000000000000340c903f6c9d66fe411154ca92027b35440affc87dea5ec3 0.41 MB 654 28
289,453 289,453 0000000000000000aa7177c6654cec5e1faf1a7123c0972b1808cf21786c7f05 0.09 MB 170 30
289,452 289,452 00000000000000006e6fdd2b756d232c47590f01a2a16eba84f3f7391acb1173 0.04 MB 100 16
289,451 289,451 000000000000000045901a72075b13a6a2a177791944aedf2854d5ab8e3713a7 0.17 MB 304 40
289,450 289,450 0000000000000000f51b5fb10906a488dc30c57665d0aab14dbd08d4349108fa 0.16 MB 308 41
289,449 289,449 0000000000000000dcf4ba3690462f654461978de58b3b0bfecc45bc64da485f 0.45 MB 769 43
289,448 289,448 000000000000000083549955b0aa759823b5415fe427b2d62ec88d1e51848118 0.08 MB 158 33
289,447 289,447 0000000000000000f46250e5dc1e3227ea1e2f6d6f6a87cc5b7fc774350a1c52 0.23 MB 396 36
289,446 289,446 0000000000000000411db5f8fa3c83e9cbc05109e8242c5355d54ab42868b653 0.23 MB 262 18
289,445 289,445 0000000000000000e9dcd59721cfbd22eaf5a880dc77b4226f60fd718819d265 0.35 MB 670 40
289,444 289,444 0000000000000000bc481cbb2218614e5e29292e3b8984e2f52535d2e75261b9 0.10 MB 181 25
289,443 289,443 00000000000000006e02aa6f375918c20ceb3900a09817dc97b82278e9591a2e 0.12 MB 223 33
289,442 289,442 0000000000000001196183c157a816ddb9caf882a92edec442cdf61381d8369d 0.39 MB 732 52
289,441 289,441 0000000000000000423dd1dd44c0531ea356759393e837bd07e784a126fc2bfc 0.05 MB 94 33
289,440 289,440 000000000000000057212a51a507cecc3a8d0f0c82d57b7d5bf0bb2701fc8c03 0.14 MB 305 63
289,439 289,439 0000000000000000d456f3ff8cacf57c99b7cedbfac10d5a504f044d967d8281 0.32 MB 554 31
289,438 289,438 0000000000000000fd27a0252076ec3e97c5f52a78bc58c76c6f09f19e2bb406 0.04 MB 64 15
289,437 289,437 00000000000000008d7ab1a94468e624d936dbd3a94a4220a344ec824c06dd5a 0.34 MB 635 43
Previous 10 blocks ↓
Total Size: 769.37 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.97 GB sent, 94.82 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.