Memory Pool Memory Pool Refreshing

1,672 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,652 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (115,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,857 791,857 00000000000000000005a93ac1a3d2a1749115fc038b0e5a782c152ef161b0a9 1.69 MB 3,220 39
791,856 791,856 000000000000000000054e61596a6e6431e8ef9de411ab3a8d8dffc0ec08dd2c 1.55 MB 2,655 30
791,855 791,855 000000000000000000020908681658674aca1dc756a923d02f4f50d73b90e229 1.52 MB 2,372 21
791,854 791,854 00000000000000000003f643e19ca8d96f7b25e9aabb8f556a5bf066a7455080 1.76 MB 3,522 38
791,853 791,853 000000000000000000027506a7887a7a703a2f488cfa7809d28c29bb980e4298 1.75 MB 3,303 45
791,852 791,852 000000000000000000007f5fc61ed43bf88d464bf2d3b5e2ea5da2b8cde555f5 1.52 MB 3,009 51
791,851 791,851 000000000000000000023e9644a2306d0c533ee9b73e9d3d9708bff9a91132d0 1.51 MB 3,250 58
791,850 791,850 000000000000000000056f06e54051cb88d3362ce39da919638969ff83e7a802 1.56 MB 2,855 25
791,849 791,849 000000000000000000006f91a0ed62d5d6d17940f8f8fb9f6e9ee840999e461a 1.67 MB 3,438 45
791,848 791,848 00000000000000000000ef263c1a23ba30872e9982352562df5e84115b806050 1.40 MB 1,834 18
791,847 791,847 000000000000000000002b175c4af34d56a4226b6cff992b00f3a171aa94e6e7 1.63 MB 2,855 46
791,846 791,846 0000000000000000000458e426948dec172ee891fd6684bcd24bb331819cc5a8 1.75 MB 3,578 50
791,845 791,845 000000000000000000038acddc18db9829a8e4517d321cf29b88e89eeee05e50 1.95 MB 3,765 36
791,844 791,844 00000000000000000000bd9058156a39389078a7a84207d47fc7dd3dd940ed01 2.06 MB 2,801 30
791,843 791,843 00000000000000000005491369493781805998c1e49bfc2b7d19b77125dcfe74 1.78 MB 3,536 47
791,842 791,842 0000000000000000000357668a2d8cd6bfacb118fd813e5313cc6d8ddc6630bb 1.57 MB 3,384 66
791,841 791,841 00000000000000000002b4f2afe62d35b8ecc037bb2cfd243db08e9062d27eb6 1.76 MB 3,033 44
791,840 791,840 000000000000000000001482e654dcf7d74a90566a892e738d170a64d0608e30 1.48 MB 1,708 30
791,839 791,839 00000000000000000003c15ec6d429cdc48d7b83fbc3db0b8bf92261fdc44fac 1.88 MB 4,663 23
791,838 791,838 0000000000000000000423d47813acc1bd192704043666ea15e6dc819658814e 2.00 MB 4,384 26
791,837 791,837 00000000000000000002a47c987925a66cd722462323dd77b627d21b15f8a802 1.73 MB 1,804 25
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.