Memory Pool Memory Pool Refreshing

1,173 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 1,160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (905,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,380 3,380 000000004718487b35052e2ec87bfb3268b27e20a011fb13583510fba5d873ca 0.00 MB 1 0
3,379 3,379 00000000d86955a7edd28602d2996ce49e7919f851b428751ee09a4a5617e652 0.00 MB 1 0
3,378 3,378 000000007cd89720da72a30a32ec4d2e85a4cc766f2bb177d74aa338ce17b6eb 0.00 MB 1 0
3,377 3,377 00000000d2b67cdcf773c28ce2fe89f81a572a3cf0163b524896606e4f99f578 0.00 MB 1 0
3,376 3,376 000000004814c08ec2576e5d2ce1b34f1a6e5747ad212a0d52a539ecd3b92c53 0.00 MB 1 0
3,375 3,375 0000000014626f271bf6cc8eeb388013362d8a64316b373fe348be51502a13af 0.00 MB 1 0
3,374 3,374 000000008d9e2a8a1f67c18dfe6b33e69b9bf682a6f4a9f8ccef70a6a30e9bc2 0.00 MB 1 0
3,373 3,373 00000000f0ede191e805b52f64c5ebf41adee41a823c8ccda52449d84d49610c 0.00 MB 1 0
3,372 3,372 00000000b66b9de950074a4955c75f08ac47d7052b8e876eef7d2af390e17897 0.00 MB 1 0
3,371 3,371 00000000b42d777499a04fe506a1191749a326cac0f415cae286ebe0b164c7b6 0.00 MB 1 0
3,370 3,370 000000009369ae1a9e919dc3a7609920c4a6d157e98a54ef527addffe81c079a 0.00 MB 1 0
3,369 3,369 0000000060a98a993825482154727148249fac31fbc717693674ed35fac290a4 0.00 MB 1 0
3,368 3,368 000000008ba3118cc5c41ab70cf30fe023bbdcbea9e8d254693ed12af12ca400 0.00 MB 1 0
3,367 3,367 00000000bcf6094eb54fb19190d9f59727a3a877b273ed131c78a4647f0820df 0.00 MB 1 0
3,366 3,366 00000000df0d808dcaa676a3be0d95d30a9adc8df7c32181fcca5960ad62e977 0.00 MB 1 0
3,365 3,365 00000000f859990ee84bf820d03dc8565cd5935f2bea6460e5f910f3ea07c9d4 0.00 MB 1 0
3,364 3,364 00000000cdd1691076469c884667c363b5dad931767a1f8a7d6253ccdd73fd10 0.00 MB 1 0
3,363 3,363 00000000c843444a37d3940480b25c8efc2634ed4e3749e70c3d62543fb35205 0.00 MB 1 0
3,362 3,362 00000000f4d6e99c5cad59f196e206d0f713b52c0514ba5255a1deeaf0f0612c 0.00 MB 1 0
3,361 3,361 0000000029b508efdc4360bc1d0556778336d163be94e56dc081baf1f14d8a8d 0.00 MB 1 0
3,360 3,360 000000000f2f9a2fe15c793b97e0345e2d59f37dff667fb221904b0a71872a9d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.58 GB sent, 100.53 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.