Memory Pool Memory Pool Refreshing

2,813 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,802 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (492,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
415,194 415,194 000000000000000003afc1981b6cac70cf78f6dcdc21d0778befa64b87d56716 1.00 MB 2,422 93
415,193 415,193 0000000000000000001c00e093d6ab5f3d5362d71e95dab26e17ce9ed5217c73 1.00 MB 1,746 26
415,192 415,192 000000000000000003b2517fd8182b1f100d61656649fec68f4ff2e992b42b7d 1.00 MB 2,767 70
415,191 415,191 000000000000000003976bdfc168efd900daa8e24f5d2388becc927793a477d2 1.00 MB 2,280 48
415,190 415,190 000000000000000001e43c9e3afd92fd445b3bfe1ef9f4db75534d391c934217 1.00 MB 1,755 37
415,189 415,189 00000000000000000443ab37d93e3cd8b0bf168b2f633525dcdfbf097d532f30 1.00 MB 3,059 56
415,188 415,188 000000000000000003d34a8109766662d31e659e067412b8c12da7c9584c9aa1 1.00 MB 2,979 98
415,187 415,187 00000000000000000446167327ab98d2e1eb3415047438faf40fb1f32be46f29 1.00 MB 2,638 58
415,186 415,186 000000000000000004e569cf8c7b5e1a3f7184c589df90b42ada2f788e490848 0.51 MB 922 48
415,185 415,185 00000000000000000486e9981abee16d9457695489908bf782ec89c4bb788c9a 0.70 MB 662 16
415,184 415,184 000000000000000004f1fe1d559277259c5c82696c5b9ee40d920d15c68fe6f1 1.00 MB 2,210 53
415,183 415,183 0000000000000000041bd252528d44f14a265419c943be552752b86cd6862922 1.00 MB 2,521 55
415,182 415,182 0000000000000000016ee6a9c9ffdf3ef72b95ebd31658e7c31661bd3c0eb162 1.00 MB 1,484 50
415,181 415,181 000000000000000001e67b41c2b69a18c1a2ab7a59c0005743f11392e053654d 0.93 MB 2,266 53
415,180 415,180 0000000000000000054b34fbec2d5bed70be152f9cc8bce7172f17d4e088f29c 1.00 MB 2,251 51
415,179 415,179 0000000000000000031965b136ff51e05f8bf6374c0de89e49289359d8241b51 0.20 MB 447 40
415,178 415,178 000000000000000000dc0770aaeb0aba0f27daca00f43e47a17ea1610036f268 1.00 MB 2,069 41
415,177 415,177 00000000000000000054a6fb372bf146a37a8a636ac5cfe3b87755ddc06d715f 0.61 MB 935 24
415,176 415,176 000000000000000003b3e12ff497d061ce54d86f8a69e995ad74597cee9f7723 1.00 MB 1,971 57
415,175 415,175 00000000000000000524f368cca6d6431fd46c6d293226d0b959d1826a104533 0.62 MB 1,315 72
415,174 415,174 0000000000000000054cf5fee23c36c0011506112121c6bccea2c5e1ed842744 0.66 MB 1,459 47
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.