Memory Pool Memory Pool Refreshing

5,600 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (88,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,109 819,109 0000000000000000000289b95244597e3feb5c2be0f2b0d68b191ccf041c9cdf 1.64 MB 3,224 49
819,108 819,108 00000000000000000002669997459cc9517dd5a748f97f42b865022f1b08b378 1.73 MB 3,208 43
819,107 819,107 0000000000000000000087a5c61351989587ce1f2c584887cbf42af2051628fd 1.55 MB 2,929 53
819,106 819,106 00000000000000000001fd67bc99a2ee2eb65b6aad37656744b0cae928de026f 1.56 MB 3,604 73
819,105 819,105 000000000000000000018c7061e7e34bb69716a3bd608d23d0fb1dafe4cbb475 2.56 MB 190 25
819,104 819,104 0000000000000000000010846ec4454a3e90dc9a45b34cd1baaa99dc67e3f535 1.90 MB 2,632 33
819,103 819,103 00000000000000000001f30ac01ab4db42a4684515e1a39c3d7e6a0eb9aecd0e 1.62 MB 2,065 28
819,102 819,102 00000000000000000001c84f2aa7080680347a32eee442fb17b2287f3b53008b 1.91 MB 2,990 37
819,101 819,101 00000000000000000002ba258753950fb3fe0fdd528d181408d115e99f1f62ac 1.74 MB 3,464 46
819,100 819,100 000000000000000000038ee5f797984643c416adf7b63d41d43a0e92ba085fb4 1.66 MB 3,420 61
819,099 819,099 00000000000000000000f1fc520cf000c66e768f38b3d3a8450dea76e70b88fe 2.17 MB 3,871 47
819,098 819,098 00000000000000000004106a86ae60ffa5b0b3e3d3d87e29a3e8965420d5ae81 1.89 MB 3,755 34
819,097 819,097 000000000000000000002945114e004044ed661c1a2bb3e39bc8e094c2daf703 1.74 MB 1,867 37
819,096 819,096 00000000000000000003dc44c74311cb35738a12f00bc124e62a5a9d058b00cb 1.71 MB 3,493 47
819,095 819,095 000000000000000000019ccfb4522b286eaa8fe7f7ba4cec4eecd743f4a149b1 1.65 MB 3,295 45
819,094 819,094 00000000000000000001b063b0a318cf6d81f9cb430c2ac421ebce53e06e0e83 1.59 MB 3,493 61
819,093 819,093 00000000000000000000cd2428a4e6dc0a71bee4d995beda8d67e4c78e243366 1.67 MB 3,375 53
819,092 819,092 00000000000000000001d01f0bc1cba56a7ff2dfc032a5fb45c16e41ab5c8fc9 1.56 MB 3,310 46
819,091 819,091 0000000000000000000175fa659395a25ddbd30e6118709098635f7335a2175c 1.70 MB 4,397 66
819,090 819,090 00000000000000000002529b223c27e2b0b6256d4864ab7df61d0b4ed9f8cf0d 1.67 MB 4,639 69
819,089 819,089 0000000000000000000101f1ea8e3bce23d0f03c66370be58e5aaf6ec5ec57fa 1.70 MB 3,768 51
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.