Memory Pool Memory Pool Refreshing

2,476 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,202 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,201 (906,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,584 1,584 00000000fc94c5c2b9359e3f9a76fd15a6fa518e3d7819d765c3f1ff93753024 0.00 MB 1 0
1,583 1,583 0000000082fb56bbafe5f60356ddcff4bcadc8f0098718b2ff4498a7c6a0cad0 0.00 MB 1 0
1,582 1,582 0000000020cc993b057182358df29839534c3233eca80aab0d42748a55a7e0bb 0.00 MB 1 0
1,581 1,581 00000000941031648fa40f9d00bb7bea3667d59fa5fd2ffd8d6a362362a61c0f 0.00 MB 1 0
1,580 1,580 000000005160a17e0c299c5646de80a210e6aac12bf4e2ad9796967d22b4e547 0.00 MB 1 0
1,579 1,579 00000000685b26841f98298b275f9b886db67f63c1e7c7aae8a22c8bb8dce8cb 0.00 MB 1 0
1,578 1,578 000000006d3f392120ab7ed4327901cfa4ad0ceef03760f3157c87bd3e06a51d 0.00 MB 1 0
1,577 1,577 000000000c594e91c5fa9a2bf8a358c50d0efd818441798cd8568fe25e214fa5 0.00 MB 1 0
1,576 1,576 00000000f2425ff910418d225f05de90b3f2d06c1e3fcb7dc5edfda81b601619 0.00 MB 1 0
1,575 1,575 00000000d3dab8bfaa150afaf76db64cf41a3d7f2a75f30cfb4880cd1267e9ca 0.00 MB 1 0
1,574 1,574 0000000043626d97946d947a03e6c08c410f040cf7f5b1488a75a1f4778e933a 0.00 MB 1 0
1,573 1,573 000000006ef15911fadda841e9962faa5d03d0167f2778bbc4b79e35b5e8635b 0.00 MB 1 0
1,572 1,572 00000000a22dcf89f9172a1909d5735e7ae134bb58270722649db21a48f033a3 0.00 MB 1 0
1,571 1,571 00000000250daf82bdfe1771f7fecc1f59a50ce35d4723b9a369243733e6b4ba 0.00 MB 1 0
1,570 1,570 00000000515e2d36a0b202ecfe4c8d72750c47f8dff761272097ab2a8d6a24db 0.00 MB 1 0
1,569 1,569 00000000903d5d9237c26b3fec535f33683f0fe9be9900340515a0de2197aac5 0.00 MB 1 0
1,568 1,568 00000000ccec6f00abb89a5da07c8202559af96ca268f04f706693b779c197a4 0.00 MB 1 0
1,567 1,567 00000000fb34a5586423cbc3a4ba92f45f36fa44e1ec61c692ca806cd56ea164 0.00 MB 1 0
1,566 1,566 00000000119df6ccb9bf4a35e615b31ce3a9246b553e59a02b99522dd95838cb 0.00 MB 1 0
1,565 1,565 000000009d8a30496ea9ca78019d91bb464eeae0fd380899aecd544ce93ad685 0.00 MB 1 0
1,564 1,564 00000000504c3d6d65cc9ca8f760598faec82b28df88551de71c653b3c89c95f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.95 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,682.68 GB sent, 97.52 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.