Memory Pool Memory Pool Refreshing

579 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 564 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (83,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,012 824,012 00000000000000000002dae4e894077a23b8d7337f83e8a1dc5471900cf44bf6 1.56 MB 2,646 93
824,011 824,011 000000000000000000025b9a6a650ea99e4ac8e78760325f9ce1ac6b5c59cb64 1.63 MB 3,197 123
824,010 824,010 000000000000000000000169e0c6f23bef45735953e105e5890648586b9946db 1.70 MB 3,134 91
824,009 824,009 00000000000000000001f4f15e6aaf40fb7881689fc6c87c47b03d5aa55aa803 1.63 MB 2,876 90
824,008 824,008 0000000000000000000036606c14008cfcdf00736c753009354d0689c4c3940e 1.50 MB 2,268 93
824,007 824,007 00000000000000000000623f5b45e76fe6d654efc3a67ae6523197927e83a57d 1.68 MB 3,248 106
824,006 824,006 000000000000000000039fbbe230293af6c3568cf2cfe55563184b9e659f3ef7 1.67 MB 1,744 78
824,005 824,005 00000000000000000001940d260c10e3fb338565dbfc2d53412578f71e96e147 1.33 MB 1,285 82
824,004 824,004 00000000000000000001bd01c4fa754e9f6dd060e4428b58117928cd12b908c4 1.66 MB 3,045 103
824,003 824,003 00000000000000000002465f126fdc2c845fa5597d50c8310766288c37550999 1.59 MB 1,977 94
824,002 824,002 000000000000000000018e7d1c93aa263cdb5eb2fdcf8e8dd1b3055f93522d93 1.63 MB 3,402 126
824,001 824,001 00000000000000000001d5030f9564281ba9c4b50e815e1255cd7944db78ddab 1.58 MB 3,348 169
824,000 824,000 000000000000000000026811d149d4d261995ec5b3f64f439a0a10e1a464af9a 1.59 MB 3,114 114
823,999 823,999 00000000000000000003573ff3c08d6df3c0475919559bd44a4ae5d93d8b01ad 1.65 MB 1,964 97
823,998 823,998 0000000000000000000235d5904d683ab553b8b938e3fedacf8e063ca4136101 1.41 MB 2,656 123
823,997 823,997 00000000000000000002f9f55cb2b6ee6b920194be07c6c8a948bc9e4b165c91 1.57 MB 3,660 168
823,996 823,996 00000000000000000002303cbc8d1e3aec4ee77529fe3cee1dd9e9c01e86a769 1.66 MB 2,957 109
823,995 823,995 00000000000000000000446599ffa4fb71340dcd7a74518af1c74c80c0587aa7 1.65 MB 2,838 87
823,994 823,994 000000000000000000012bfd479c0174f499cca78e026fe1f1426c5b938f209a 1.78 MB 3,124 110
823,993 823,993 00000000000000000002090fef4c463f7d86e67b4072d358600ece5798a63876 1.70 MB 2,278 82
823,992 823,992 00000000000000000000aa6cb703de824c9b900ac967f413146bac23879c0ac1 1.64 MB 3,436 127
Previous 10 blocks ↓
Total Size: 769.10 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,628.98 GB sent, 93.40 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.