Memory Pool Memory Pool Refreshing

9,656 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (688,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,915 218,915 000000000000003b7c8a4eceff345dbbf0e8dbb6cd9cc91993d15e7da9f72370 0.01 MB 32 105
218,914 218,914 00000000000004fbff2eaed9556cbb0ca39974d26c224e3e74775a8e9cf87b6b 0.04 MB 67 68
218,913 218,913 00000000000000b17e538071aa4668c3b9c4c97faffe83da527ebdb49de86a23 0.07 MB 97 82
218,912 218,912 0000000000000186744e3929e784371b43565034152224f4db131137b476c5ce 0.15 MB 277 147
218,911 218,911 00000000000003731e16ecada579f6c50ca0f00bb3ea0b3f076eac546fd74b5a 0.25 MB 473 175
218,910 218,910 00000000000002e9fe0d50ca95c93505883f718efb444f16c760fc858f13f068 0.02 MB 51 34
218,909 218,909 000000000000010e58ff6aea16e813d36bb3fa914f94cebe6ef79bcb21ce97d6 0.11 MB 207 140
218,908 218,908 00000000000000125ecc86b003b6cdd0b103bb43bee8dc12f260d060ecde867d 0.15 MB 273 239
218,907 218,907 000000000000013613c6c0113b3256eff84104a9a4c1f0a38d5da61c70cf9f4e 0.16 MB 330 166
218,906 218,906 000000000000041ee9c44efd234b94e4034f32971a9110a7dbd2f9b36c6bf808 0.07 MB 178 188
218,905 218,905 0000000000000092e2e17370ba9fa602d52df85456c056394741dedbab9ea2f6 0.19 MB 254 43
218,904 218,904 00000000000001e7e32827692284fc5dd8e9203c147c904ca8660309a0f9a5e0 0.18 MB 403 196
218,903 218,903 00000000000000877635db0477294d8c987a719a044cb100e71df8f0ca4af912 0.15 MB 311 164
218,902 218,902 00000000000001932a021125450e891f6b97021b1b017c2b87d0e257ad7137f4 0.05 MB 145 130
218,901 218,901 00000000000001b37d68e014e62cfbbc196df0915acdf0fb1ea7cfc7535cff39 0.12 MB 321 185
218,900 218,900 000000000000010bb863a7afbf6ac26916ba4f5e1f559343c6c30410e08f57e7 0.09 MB 214 235
218,899 218,899 0000000000000141b53893642d204921ce4b2aecdb8f0075596c70ee46e5bf63 0.07 MB 140 195
218,898 218,898 000000000000005bc74f0632a709ab2dd8c02ab323d5c6f3e86d4f62d98b401e 0.19 MB 405 174
218,897 218,897 00000000000003dcd2df2304d689b70c6a36e7b574ca0fec780470a6d457e42f 0.03 MB 64 169
218,896 218,896 00000000000000aeaf9947e328690ac03935894feaf00c6a307c64371f01a044 0.04 MB 90 190
218,895 218,895 00000000000000e79aa171398787d9a9e9cdd1ad32cec1b65e4e9d5939e0631b 0.05 MB 87 121
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.64 GB sent, 93.04 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.