Memory Pool Memory Pool Refreshing

610 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,856 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 600 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (227,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
680,739 680,739 0000000000000000000171999d4d2334d1bf1043312be0e30ffb11d84e85d75e 1.35 MB 2,177 171
680,738 680,738 00000000000000000001474378e5afe3cf22bcf0bad2a4fb652fe8344a31802a 1.39 MB 3,029 211
680,737 680,737 000000000000000000023adbf19386185ceb031c5140817cf55446c27341caf9 1.40 MB 1,719 167
680,736 680,736 00000000000000000000f8c866fa95e7a9fb4103dc3ef07f9e1d54246e476a8d 1.28 MB 1,253 184
680,735 680,735 000000000000000000021f5ada90c25d6534d8c84a8913a02b7fa6eae44ef83c 1.40 MB 1,669 213
680,734 680,734 000000000000000000035eb20463e6a6c021cc8a83dca3e0350825d8b5da3e4f 1.31 MB 2,489 161
680,733 680,733 000000000000000000062ba877d3e27a9d70c5c9ed247ce31ed8599d5803caca 1.32 MB 2,685 180
680,732 680,732 0000000000000000000720129cb8108cd89f667404148857b3468fdf253292dc 1.31 MB 3,055 167
680,731 680,731 00000000000000000007e5aadf35d70eaa8ee7427733566fde72bc414549b04f 1.56 MB 1,761 149
680,730 680,730 000000000000000000017058f52945aeaf511fe8de8dec718beadf746ed9e93f 1.23 MB 2,951 147
680,729 680,729 000000000000000000073df52153008eb66c384d572e1c7ee8389d77190ad1d5 1.28 MB 2,473 157
680,728 680,728 00000000000000000004afcab741ca0e0ecb21383290b0a473751190e78f5cbc 1.40 MB 2,989 184
680,727 680,727 00000000000000000006d9efde9378dabdc0cb39e3f647eadae133cfa254d0e6 1.19 MB 1,454 188
680,726 680,726 00000000000000000000e09965182efc3e7fafc581c1ee27712093a5feba27ad 1.13 MB 2,344 175
680,725 680,725 0000000000000000000b15015d6112b41801955c0a303a23f871a47f01262d18 1.27 MB 2,754 188
680,724 680,724 0000000000000000000426165ca97c90e408dc6649d7332eac371eb9751b6dd2 1.25 MB 2,100 189
680,723 680,723 00000000000000000006a03463741cca00f59bea4f502a32ce6c7ca8ae0f9a5e 1.34 MB 3,139 218
680,722 680,722 0000000000000000000267bd968a802b8c6af8f38280d45ad60f321130b429f9 1.31 MB 2,429 204
680,721 680,721 00000000000000000006944cf8854b55cfa0387dd3d91564bf1e49e78a3523c7 1.35 MB 2,603 209
680,720 680,720 00000000000000000005dab29b1ee5ae8b2471086541e51b3bce05b4dbb93139 1.47 MB 2,709 192
680,719 680,719 000000000000000000062c33777408f2de05111b9b2467b44a3d99b03b75b11a 1.36 MB 2,546 192
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.