Memory Pool Memory Pool Refreshing

201 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,768 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 196 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,767 (689,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,627 218,627 0000000000000510d3ec84870a8776e828b4991f5f5057634232123100820b62 0.25 MB 536 180
218,626 218,626 000000000000024e7165f2980e4858577ed71fb4b8f86646f7db0b0dd5afd5cf 0.45 MB 578 133
218,625 218,625 000000000000010d22af4a13647d7475cb3b821bbc3c3cd8c4fe901ba449fe15 0.25 MB 557 255
218,624 218,624 0000000000000345cd63d8b9b083ae7a56aa07f332efd44572a7a81cfc911897 0.20 MB 470 243
218,623 218,623 0000000000000106797140c09e7b7fbcca1f5bddb531b0aecb6f9154a421f691 0.25 MB 675 226
218,622 218,622 000000000000045fd2d80b8b5f113bedcb883b005ab444926bd299c14d05b116 0.06 MB 183 55
218,621 218,621 000000000000005fb0086c82fc4dd23b8776a1e56b82ea73b36996990a7bac10 0.25 MB 651 322
218,620 218,620 00000000000004dd51089bf68d3fca9db63dff05785f32b2b9970446bb63ca62 0.17 MB 383 209
218,619 218,619 000000000000053224d1021f94719887bdf6ad03f61804d34d2584c57c5f0ea2 0.14 MB 239 147
218,618 218,618 0000000000000092a7806b3a4edc030d789b403edb3d493435026a709657d379 0.04 MB 104 183
218,617 218,617 00000000000005672d24e5d8abd7bda4a8716237d703f5c61de88f0839c74945 0.21 MB 446 175
218,616 218,616 00000000000002c7a7fa9067958c5af19c2a8f4e8859df9200b39498848dba7f 0.08 MB 88 63
218,615 218,615 00000000000003fd9f32c85b1ce99e8eb8b08703a00c003f85d68502e2367a99 0.25 MB 542 189
218,614 218,614 00000000000000a497a041aced7a86899a8369f962d79b2e4e5591ee10ee86f7 0.28 MB 676 250
218,613 218,613 00000000000001a1d24b071349dfdd21295929f60d27733ad873dcf98cd63a7f 0.03 MB 80 190
218,612 218,612 0000000000000281a269861873893028f218c33f4c6a66143a66692a0506e713 0.05 MB 123 196
218,611 218,611 000000000000033e619903ded8e8455fa178393cc73d2497cd789723d3a42d2c 0.25 MB 347 69
218,610 218,610 00000000000001959c8abc3b0ca9aecde77bb39d18525da733bde182222d56cf 0.00 MB 9 200
218,609 218,609 00000000000002d0014f6f9b5d9276ea49d3cd06f446fed22578c1290a7c69b7 0.18 MB 418 193
218,608 218,608 00000000000000221432a8547efe69b3611d7e1de26379db19e15c44b1585217 0.00 MB 11 29
218,607 218,607 00000000000003bb3697af98eab9cb21f913953d1a84e4c7799f821e9f136d2f 0.01 MB 21 202
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.31 GB sent, 93.42 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.