Memory Pool Memory Pool Refreshing

6,861 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,648 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (716,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,472 191,472 0000000000000860a54795d1cacbc9166d77d57ad493a24cdc2025df3830e708 0.06 MB 160 118
191,471 191,471 00000000000007ef1b08101a904152d29420efe3eb408f3f38aceb83332fdac9 0.12 MB 270 103
191,470 191,470 00000000000007915c20f5a9e0a26de3bafada4135fecab6cf81b4f7d90b56bf 0.18 MB 409 133
191,469 191,469 00000000000004e276fd06f244c544caac1319325b5e116336f77d31434c470a 0.06 MB 160 117
191,468 191,468 00000000000001bc0e7b287cc11a2152ece015f743d5d2db93763b8a1e2553e3 0.10 MB 206 420
191,467 191,467 000000000000009c553b8e7b694ee7232a14737f4839bf19c82b9b0e309079cb 0.03 MB 68 117
191,466 191,466 00000000000003748d110b848cb7dc87d0459729db182cf049888b4ef0873c54 0.08 MB 178 112
191,465 191,465 00000000000003ade749d5140300f617bf9666e947e261f5ddc1b43fc998f073 0.06 MB 130 94
191,464 191,464 000000000000039af0523acdbfc58a23218093d05781f4e0be1b75d73f9652df 0.19 MB 242 94
191,463 191,463 000000000000075915bfed40cfafec886b1d252c6ffe92f9ff659e8c03e2c8bd 0.09 MB 208 122
191,462 191,462 000000000000084b1db26fdf26369cbaa89cb435873fd1635cbb0176597bf8bb 0.05 MB 96 85
191,461 191,461 0000000000000788137d6d89f847726c4ec7e6ee280bb5fe894d1843d07750d7 0.03 MB 60 101
191,460 191,460 00000000000006325fa0a0d5dbf4a2078e50fc1aa8c112c09b30999eb246f1ed 0.26 MB 522 113
191,459 191,459 000000000000074298c91106abd53f7e84c2d834a9bb6db1960e7da9d54f898d 0.05 MB 124 117
191,458 191,458 00000000000007181645f2e988f8beb9e84ef730b649974cd3966408e2375eef 0.07 MB 172 167
191,457 191,457 00000000000007b8ced9cae11fcb4610b0e2ac5e24e7d03292cbd6b91baeaff5 0.03 MB 83 118
191,456 191,456 00000000000002b354138390409fde1365e184e7a726b8bcb9790284b4a7d36f 0.00 MB 7 0
191,455 191,455 0000000000000208ff1c1f930ef17aef73f2659d07b73b66a9e4be4a871bf012 0.04 MB 78 159
191,454 191,454 000000000000019c4bbbd6945666eab843db4cc3a021c71d4c606bc6b0073cd5 0.09 MB 183 109
191,453 191,453 000000000000022cb07d12bb43be2a41d5edd28a19909a5096a01c10a6af182c 0.00 MB 13 83
191,452 191,452 00000000000004dd5f7f7e8b0a64411d807024018b8c14d78d24b1cc43580b1d 0.05 MB 93 69
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.