Memory Pool Memory Pool Refreshing

4,105 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (84,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,560 823,560 00000000000000000002d12a12ae07a02af8696566596c7f636638d27851858b 1.69 MB 3,204 228
823,559 823,559 00000000000000000000f1569be20a6a904e4e9e201f49b3296d9cca4f006a04 1.54 MB 3,391 178
823,558 823,558 00000000000000000002e4808ba1259f3967e0e36c9f7ff8f62eb60b3f512af2 1.66 MB 3,219 219
823,557 823,557 000000000000000000006e51609e1b6d75af2bf08ba55125a7558d9e0ad33d1f 1.71 MB 2,693 255
823,556 823,556 000000000000000000017f884d0162edda349c005c2870f84a99277857e1c982 1.69 MB 3,641 189
823,555 823,555 0000000000000000000105cf7401fa9e75811e64956f342ba16f0522d9a83e3f 1.43 MB 2,555 167
823,554 823,554 00000000000000000001990bbc8d29a2282c1644158ba7e7482638848348a8e2 1.48 MB 1,971 227
823,553 823,553 00000000000000000002c6300bce5a590490a9736c54bc66b3902998ab8a91a1 1.61 MB 4,745 135
823,552 823,552 00000000000000000002ae1208d269ae7c36cbb8d75f3ca57d429861e3175142 1.41 MB 3,083 138
823,551 823,551 00000000000000000002f9570bea6ad8a049bf6e62d80bcca7a6db1ebb286a68 1.27 MB 1,987 153
823,550 823,550 00000000000000000001a7454431e8aca6d80af5424fd3e2e614ea9894e73fd7 1.62 MB 3,592 222
823,549 823,549 000000000000000000030dd366e1b989588c5f083f7a5dcbb768c1856723d9ab 1.40 MB 2,911 149
823,548 823,548 00000000000000000002e5986666e4aed983d29ee7d9a6e07ce3a57200190ba7 1.45 MB 2,993 177
823,547 823,547 000000000000000000018d34582b05de290e9c029fb5fbe3ac086ffebe2f5b18 1.61 MB 2,734 276
823,546 823,546 00000000000000000002ef60d807219ba4bbc9b556420a0b4c4b11dd4b97905a 1.66 MB 3,229 221
823,545 823,545 000000000000000000036a37124749b2be6b69db374905509ceceb448e28c334 1.60 MB 3,389 221
823,544 823,544 00000000000000000000b099928c5c15ddf25ee705bfe538465a33a353309b36 1.51 MB 2,577 140
823,543 823,543 000000000000000000018106c75ca4b87bfdf9e6929255ec4b393682b26c4181 1.58 MB 3,902 159
823,542 823,542 00000000000000000003d354f1f7b4d8bba3f1109d7f0e79901efdc8e3c1274f 1.25 MB 1,934 135
823,541 823,541 0000000000000000000126719ba95ec35160fbc458963617d71ac98f9ed57f2d 1.63 MB 3,962 207
823,540 823,540 0000000000000000000057c8d9003d26e2f522e3ff7342672b9fe62796fabfa7 1.64 MB 5,376 121
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.