Memory Pool Memory Pool Refreshing

4,941 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (783,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,237 124,237 0000000000003711f07bf09d196f2444dddf4592ca4be87f86cd834224cca751 0.00 MB 11 0
124,236 124,236 00000000000033f1fd4f32169c2e4fc36db79e4640ca5a5758244df35b4eaa9f 0.00 MB 11 597
124,235 124,235 000000000000203aea909bd2682ebb3d6e2b9ba908d0efce7f3c3dda471bcdf7 0.01 MB 16 520
124,234 124,234 0000000000000c29779415954972dfdeeac1e575eb0a90492dd8465a481ec737 0.02 MB 9 6
124,233 124,233 00000000000038412ba6f0e83e51a90dd9613ace9419169b2f7dbdcab6ebe5f1 0.01 MB 13 852
124,232 124,232 0000000000002570f1e5f474570e4c5d21c09fdf7d4979802da8b3de7e1438ba 0.00 MB 2 178
124,231 124,231 0000000000003f872c684213227ab30146abc2330006838e565944bea68cd10f 0.00 MB 13 577
124,230 124,230 00000000000057a6414a37a609f66f66965fa39eff98cf494ab10e5980ea944d 0.00 MB 7 274
124,229 124,229 00000000000064f3b66507c1daca91e08fc1b952f90e4d9479183af92a377009 0.00 MB 12 301
124,228 124,228 000000000000638f1d15b43fabef763df913f1bbd1690593788963642f92fdf6 0.01 MB 9 419
124,227 124,227 000000000000245d5c64cd52f41806c776a47a7550d64e79829ebba8a042c449 0.01 MB 21 632
124,226 124,226 00000000000015809741ea13d22778268481c2bbe173c7f31658fd4df76b8377 0.00 MB 12 832
124,225 124,225 0000000000000506339c2dc81de1bd56ee218e8b8443f5e16d4ec4ad830dc374 0.02 MB 44 1,936
124,224 124,224 0000000000003d8c038f3ee4d7bde8a70a7b8270c562b5fc8ff30cc51a4c4601 0.00 MB 11 1,355
124,223 124,223 0000000000000787d9bcae4f9752cee22c3ab38142a3ed5b680040ad35ec418f 0.00 MB 1 0
124,222 124,222 00000000000069aa39e35bd8844580461da820a4f24615e8120d0bf1c9630379 0.01 MB 18 0
124,221 124,221 00000000000028ec1990b73a36d982f6d657aec73f08cc7e452ec07e69e46c91 0.01 MB 28 507
124,220 124,220 00000000000004d1a179f9d744a7a211cc766873d78b7e946579b0a557e4b4cf 0.00 MB 11 2,852
124,219 124,219 0000000000004b8cf68f6219149f1bd01afd90579793a768170f875254afd00d 0.01 MB 40 0
124,218 124,218 0000000000005981b83941604ff6c860945e696c684f8bc549098b8889cad43c 0.03 MB 64 715
124,217 124,217 00000000000029f22765e1a3febc6811c89f56fda5d39c0b826d534a24319beb 0.01 MB 26 766
Previous 10 blocks ↓
Total Size: 768.99 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.53 GB sent, 92.75 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.