Memory Pool Memory Pool Refreshing

8,005 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (422,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,013 485,013 000000000000000000f77a9ac3b079f9df4fbc1c01382e5da665d3f86123a7fa 1.01 MB 2,529 173
485,012 485,012 000000000000000001031903f5c9ec20901a11f87911d90821cf9d81f8a08177 1.00 MB 1,320 71
485,011 485,011 000000000000000000a31c60f8936bbb60ce96d50140e899216204cfa18da67a 1.01 MB 1,594 66
485,010 485,010 0000000000000000007f27d1f2ccc549a8f0a9e7e1b521f9dfe69b39d5ca4715 1.01 MB 1,985 114
485,009 485,009 000000000000000000552fdb2da6d831a3ebf60ffa736a82dcc77714ce0a305f 1.00 MB 82 7
485,008 485,008 0000000000000000011a23e042661524d671d3002baaa01b8a46a4c641218d09 1.00 MB 1,172 66
485,007 485,007 00000000000000000069565b439bc7a548248ed3145994c1cbf4d1b458a95b41 1.01 MB 1,524 25
485,006 485,006 000000000000000000b3f60ccfc222287f8cc8cf1616ec90961fe32e493868bd 1.00 MB 2,062 163
485,005 485,005 000000000000000000d5ed15beb3085719e8f1b95f2924870d16035b04118913 1.00 MB 597 5
485,004 485,004 0000000000000000000717a8bce036e3d2448452fd29d66585e8c9e1b9e629e7 1.02 MB 2,188 62
485,003 485,003 00000000000000000085d8e1672f57b7c85951c41241d3b605bebe4c414b24b6 1.01 MB 1,914 165
485,002 485,002 000000000000000000eac94330630d529b32d77b755ffaf91dd9618fd1c481fe 0.49 MB 1,035 118
485,001 485,001 000000000000000000e0130bc5614d79497cbc53c2496722f32c01bf8517d1ec 1.00 MB 323 24
485,000 485,000 000000000000000000a853011bd61918bc85f26b8b184af1dfa987a3b4470e41 0.98 MB 1,291 43
484,999 484,999 000000000000000000a472c99a42ffcb41b67adedfa47ff33a77350598975039 1.00 MB 1,824 60
484,998 484,998 000000000000000000eae73e8ff72d8ddb38581e5e9144f943c2895e69c4db57 1.01 MB 2,019 160
484,997 484,997 0000000000000000006f2baee6b541b96a6393e7b0f3acd8e2a4806f225683ec 0.12 MB 277 158
484,996 484,996 00000000000000000106d458b03c5c3ce455dc98745d50a69eecc33a3c461f9a 0.74 MB 1,515 33
484,995 484,995 000000000000000000f6d1e7482181f6d43e4f4300a31e05732098a194eb80f6 0.00 MB 1 0
484,994 484,994 000000000000000000ab57e8802fcd0ff3efe3f9467cba37c0ccf4dc6253329a 1.01 MB 1,893 165
484,993 484,993 000000000000000000054957d9d358e1a58a83a5e48e6312ac89271e69a84a8a 0.02 MB 20 221
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.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.