Memory Pool Memory Pool Refreshing

12,734 transactions
4.72 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,126 (906,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,590 1,590 000000000afe8b5ca393448720e23b588e0f8422852ab872ef704d0852d55ca3 0.00 MB 1 0
1,589 1,589 0000000015cbca4a3b174bf4098540b8dfb6a9b51685f90411d326e7288240f3 0.00 MB 1 0
1,588 1,588 000000009f3ca6b97241f9224a114fe9e8174a68130c34db98fb2bbbd1bf01db 0.00 MB 1 0
1,587 1,587 000000005b9cb994d9eb7d7cd8f9d1e5f7132826a601072a205b13ccb84f2237 0.00 MB 1 0
1,586 1,586 000000005c66e047b5ed4244911c203fac9507adb6d8e378a15db84841751b6f 0.00 MB 2 0
1,585 1,585 00000000edf47e92dbe2219a8c71a66f10108a0cb87f7bbe0b6ed1db89bca085 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.78 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,680.16 GB sent, 96.84 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.