Memory Pool Memory Pool Refreshing

5,711 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,113 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,562 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,112 (563,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,218 344,218 00000000000000000c65444ff53028a0530878a684838a35730b68e3156d4580 0.27 MB 415 20
344,217 344,217 000000000000000010a571d94065bba78db05fcbab9e08af832ac37591ec0ab6 0.10 MB 97 11
344,216 344,216 000000000000000014f29b890df0d8903d5b2a72751d3ee091d9464c68992ad3 0.43 MB 575 21
344,215 344,215 00000000000000000f15a6303c7628f41358040445b559e76fbbb85def8b7f8b 0.10 MB 139 22
344,214 344,214 000000000000000004d5e9d35713b2f6df65a4bc7d106e1ebe2b768fbdf6f5bd 0.66 MB 1,089 21
344,213 344,213 00000000000000000bf1f28958b4fcd338834dca1e7675282de4b5b72352cdf1 0.51 MB 712 20
344,212 344,212 000000000000000011135f6026ef1e9cf92dfcdbaccd3554b5427ae07ad66c71 0.10 MB 146 14
344,211 344,211 00000000000000001578b0b5e526558c6593c52af7212c82025abb9cc1e8d9b4 0.44 MB 710 23
344,210 344,210 0000000000000000051dcaf9eb0d73343ea1cf8bdb0f2ff737e84faf7e3650f2 0.07 MB 150 26
344,209 344,209 00000000000000000280900f2bd4bac992017bb2f5d013bde8eac3a48c9caa2a 0.11 MB 208 25
344,208 344,208 00000000000000001837a3a7f60af65cd9786809234a2bc814151104d5429a6a 0.13 MB 128 48
344,207 344,207 000000000000000006e45e3bf5049ff7847c647404668e90dddc99f4ddbe739a 0.27 MB 442 38
344,206 344,206 000000000000000008faf19860166dddc90e9430949db01a4cd8b9b025f0c2bc 0.06 MB 138 28
344,205 344,205 00000000000000000ab77d9626aab7c895f3a28f40931c00b6fb79edcbff79a5 0.02 MB 64 30
344,204 344,204 000000000000000008cf74b35dc0238a3d8bbe1247ade8a9f55a5424373d025b 0.46 MB 888 23
344,203 344,203 00000000000000000b9c8eea00e62b1a5f9a99c79d7da4a4765f6adaebd5d683 0.04 MB 93 24
344,202 344,202 000000000000000015b566fb4d4538a4cdf32846d8ed18291053c9c3794154c4 0.13 MB 292 24
344,201 344,201 0000000000000000043fde47bc57a0446dc2b8d498c219e1a7f0f02300b24bf9 0.00 MB 15 27
344,200 344,200 0000000000000000024497df68e3d8d38557a5af53b737ce509257d59fbdace3 0.13 MB 261 22
344,199 344,199 0000000000000000177c917e30518c47e71b330094eaaced604b045619d8582a 0.16 MB 372 28
344,198 344,198 0000000000000000006ae9fa940419e7956c7d0f3020996f7a7978f9550138d4 0.30 MB 752 28
Previous 10 blocks ↓
Total Size: 769.76 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,679.65 GB sent, 96.68 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.