Memory Pool Memory Pool Refreshing

859 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 859 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (652,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,188 255,188 00000000000000318895d79d596cf436604f170cfae0a091bfadcba4ae0f4f45 0.03 MB 41 42
255,187 255,187 0000000000000033002e0dfdf45aab012fd2df7c279f0d930d6f1c16d539a2c6 0.22 MB 562 117
255,186 255,186 000000000000000ee431cd572505a9423732e2624c2bbb0840d152be2f648772 0.01 MB 32 110
255,185 255,185 0000000000000024c7e9f8e4bf03f032d1b4b0ca524f130e9166419f4fbd2f61 0.08 MB 213 129
255,184 255,184 000000000000002cb0c3dad4919333d14889165b9da630796931af215c8a1f44 0.03 MB 55 70
255,183 255,183 0000000000000007965cfe09eba58af3fce53d63608afffacd69d0c021680ae2 0.01 MB 18 67
255,182 255,182 0000000000000017b78d47e433f26dd38d052dc38e3036fff5542cfd7f54ffb1 0.00 MB 12 54
255,181 255,181 000000000000001314f25031dcdb0d36d79a9f5c1646dab948c9977ca0413a89 0.15 MB 306 109
255,180 255,180 00000000000000309b45fc3f4a96015c5c22d5bbaa31be650e20f873e5f87937 0.01 MB 22 132
255,179 255,179 00000000000000095c10ac1f69142fcfd3b319a6f74091366182a7e4489d4b39 0.09 MB 230 106
255,178 255,178 000000000000002ebf84aec45042e84ba118deda2fe433b9cc434b27324e1791 0.11 MB 269 147
255,177 255,177 000000000000000fbcaf090fec56f5834891663e133104f7b9e241d3bbf2905e 0.08 MB 168 97
255,176 255,176 000000000000003d29cfe27ce52e2d6136bddff31312b1cf5785e536dcce0a91 0.02 MB 28 90
255,175 255,175 000000000000001025c95739aa3579a78ef2c886bcb4c7ac01f5149b19d1690c 0.14 MB 309 113
255,174 255,174 0000000000000016eed88878148f362806f60bb06969908baf2bfa045158bc56 0.06 MB 162 116
255,173 255,173 000000000000001da3c23c9aa938530af28f2783060093f9202ae8f20783fd90 0.04 MB 53 38
255,172 255,172 00000000000000181668cbb2e4dbfc88c4dc90237de1a3227a637a49b0671625 0.07 MB 204 115
255,171 255,171 000000000000000d0ef8d808d622f6300f146bd1a2136bd2bf911601fc6d8398 0.03 MB 62 122
255,170 255,170 000000000000003f618f321c8a94f9f5ebf49937effc27db952bcc27b3726d47 0.07 MB 166 132
255,169 255,169 00000000000000010ee0eddb9ae04414dbf234dabd0e43cdd984dce0d2d0594a 0.05 MB 102 143
255,168 255,168 0000000000000000df3e44d58fc97d4984e8e6023e8d0316680f5f49e057830c 0.24 MB 558 102
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.