Memory Pool Memory Pool Refreshing

2,847 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 869 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (692,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,270 215,270 000000000000051cc109fc72bd399848e367f9398d3046d01eaa3a071911df82 0.18 MB 474 197
215,269 215,269 000000000000032a8da12d4b5d9a0df0ba135249e222dac6e1cebf69350b0eae 0.27 MB 500 149
215,268 215,268 00000000000004a9897b9e82dc314dc79053a3e05b0528e5ede120e10d000efe 0.20 MB 502 181
215,267 215,267 00000000000001bd233527ba1064a90b2da179a3825c2adf8cd5ea2307e806c8 0.19 MB 540 230
215,266 215,266 000000000000052477a97962736886ecd058adc4fd9d2e1f456c16dc2bf66902 0.05 MB 109 156
215,265 215,265 00000000000000846ec5edb797224c36109c08ce68ffd672f4682d926d546496 0.14 MB 368 194
215,264 215,264 00000000000004fd2b585a6a6f999f50762b318a2217e0dcad58df1202d0f40f 0.10 MB 226 186
215,263 215,263 0000000000000242f5c22ac6aecc43dd5670febb491752bf693b7321cfd3a4e1 0.08 MB 225 236
215,262 215,262 00000000000004c5118f06ec4b927384e3e721a23e0121b9270d4d087d85ffc3 0.04 MB 96 135
215,261 215,261 00000000000000507f7f2d210c119c344ca207ca4e6c9ed2f98bf90e28e8429c 0.20 MB 353 146
215,260 215,260 000000000000013a70765bf030d4244c6281f3199d6a76db62f105c8e80db925 0.05 MB 105 163
215,259 215,259 0000000000000415b5f8def15370eee30bfd8a3bf226d24fab993c791960ca3d 0.33 MB 836 178
215,258 215,258 000000000000032807cc96e55dff0f7cc340e612ce720d1746b4e540c42fec26 0.26 MB 554 166
215,257 215,257 00000000000004dcac9c41b76aeb1c69f424910636c596e9c19d39861c78089e 0.25 MB 506 154
215,256 215,256 000000000000006535a70953ece756fca3ce76644d5f05e4e2e8fe3ac7841369 0.33 MB 580 141
215,255 215,255 00000000000000c9aa989faa933a35de04a59429d0f1767da11aecbe80252db1 0.20 MB 625 350
215,254 215,254 000000000000042878d5adcbdd81c4e212e8fd47ee421e032bdc962f4dd6ad54 0.11 MB 141 115
215,253 215,253 000000000000020ee31f6b0176681a5b06e97f466787ff1eb62e74efb21f8db6 0.02 MB 45 62
215,252 215,252 000000000000023107fc43c2f3e184f538cd183c17bb2041f2b12be75446a642 0.20 MB 546 218
215,251 215,251 00000000000003289e9508d4e7d1c8b20332b1e0735be1cbecd602dc40881d72 0.00 MB 12 14
215,250 215,250 0000000000000128efdf3b33d22e53b95fd58b36544d8ec18b3c899d4455af89 0.25 MB 595 169
Previous 10 blocks ↓
Total Size: 768.97 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,615.51 GB sent, 92.64 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.