Memory Pool Memory Pool Refreshing

5,437 transactions
2.01 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,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (713,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,895 193,895 000000000000012d7c9cb44303a81d820abeb88eedfb18a04f9802ad7e63a661 0.00 MB 15 109
193,894 193,894 0000000000000740d09cd7d1c710e6813ddc0745e36f0430d9e2d6069a41afc2 0.03 MB 70 93
193,893 193,893 000000000000064d630499993e1b0117ecf2d8e025dfd50e61affe0fce0ff0de 0.10 MB 210 263
193,892 193,892 00000000000004db0af133376c85d9373242204e6c548c45857dc11c433cc05d 0.00 MB 11 0
193,891 193,891 00000000000002d8e5d5a72bbd51fc3fbfbfd507d20bedced3479a254f2b7791 0.15 MB 222 109
193,890 193,890 0000000000000173a7982d19ee367de85f9b11a7219cb9c9ef919f939d07cabd 0.05 MB 132 85
193,889 193,889 00000000000000090203b9ecadec625d170521a97adaf6f2d0505c811d3b6205 0.00 MB 12 0
193,888 193,888 00000000000004d2c3138a05d80be5aa001fa4bf2ae5e74874783c79413d4e9d 0.19 MB 500 195
193,887 193,887 000000000000038acefeabb937ec6019f8026d354506bbfd0b2a2fee4e5d6fb1 0.06 MB 75 55
193,886 193,886 000000000000066997c928e415b6bcef0cc23e5f4a09d5bf7a7c56162d381027 0.17 MB 403 215
193,885 193,885 0000000000000581892b050f5788cf62bb66a285227972affb21055b83bc7d88 0.10 MB 217 151
193,884 193,884 00000000000004fa9ea9acff9060083ea60f9377589e6797bb132484263f4b7c 0.00 MB 10 14
193,883 193,883 00000000000002b93c8a407bb24ab0e3f6b11601313cec868263044a5e8063b4 0.01 MB 30 103
193,882 193,882 000000000000021d82c2216661735ad03390b401c81bfd7fa2ced1e9c5f683f7 0.26 MB 480 98
193,881 193,881 0000000000000125b60062311a891466fbe5849376a0eb54045217063a39cb55 0.13 MB 359 458
193,880 193,880 000000000000046719477ad4c21e70d1162407c420fd0b767a068ff167ea6cbd 0.01 MB 19 241
193,879 193,879 000000000000051dafc06546a18acf6e022d7ec9a6cb89f6c05fc378cd743542 0.02 MB 19 52
193,878 193,878 0000000000000100ac7235aec6dc9c595480efbef4d632335f07e35108c2ea55 0.06 MB 208 49
193,877 193,877 000000000000003b3b7ffdf7b99435eda585ec05872a6ad44610cbc5a5f9e538 0.05 MB 117 157
193,876 193,876 00000000000003f0590beef5b7d472f040a7df6a7b20882e82432f4655aa4f99 0.01 MB 13 107
193,875 193,875 00000000000001492eb7588377b42a2491bae152326996c340d89ffb1a0bf569 0.04 MB 102 103
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.27 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.