Memory Pool Memory Pool Refreshing

4,294 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,977 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (765,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,977 141,977 00000000000007d74ae2ac0d9355daa1b45c1c22dbe44780e372dd098b07b9ec 0.01 MB 24 78
141,976 141,976 00000000000007984e6b427bffbcafbf014215ff918016ce04aa8bee7c0f5941 0.04 MB 82 88
141,975 141,975 00000000000003e6ddca6cc23761f6c1f4efc436abdcc9c24d4453a60e155416 0.01 MB 37 245
141,974 141,974 0000000000000332a166a445e29a22f13d0735f7d3c442f151344d012c33bc96 0.02 MB 32 120
141,973 141,973 00000000000002aef94a300ba80bdeff40fb5e5c526f1f225c616f5a3871b551 0.04 MB 112 59
141,972 141,972 00000000000003c05f528990a14c2ca825136b748ef41d36aa6c267a94392583 0.00 MB 8 36
141,971 141,971 000000000000078cd959c8267ac03bbcd88b6f4a63a91c34f69e349f92abe531 0.01 MB 26 149
141,970 141,970 00000000000009242de7aa5bfaacfa0089deeba68316113bbe4597d1b4f13007 0.00 MB 10 938
141,969 141,969 00000000000001b18de40931cb372a12863bccb3670f68dfe8d06420b0d6077b 0.00 MB 19 10
141,968 141,968 00000000000006e49c86829a991b2f2381f440090314809cd27c28c4b5a7bd6e 0.01 MB 24 501
141,967 141,967 000000000000075319d448a189304be19d0eec093879fdd3b20f19197fd50d97 0.05 MB 88 219
141,966 141,966 00000000000000e954e3ca172d246c98a99b25ab549260572290d855726f7489 0.03 MB 89 30
141,965 141,965 0000000000000127b9306b7e7e41684e2b53ad0a8e13247651c804b86eb312f5 0.00 MB 2 194
141,964 141,964 00000000000002de16777abfef09d8a3e7ada7f49e3e8debc69daac2269283d2 0.00 MB 4 0
141,963 141,963 0000000000000030b685c5268b37dc7b0694d4d55a4fda09932bff345c380f51 0.01 MB 38 207
141,962 141,962 0000000000000930b011a06026e44c8e6ebbe1934cc79aa66850b05aa0604dac 0.03 MB 55 153
141,961 141,961 000000000000082451cd7be42e114a51bdb27cb30bc2db9c91bd5e84d4912cbb 0.03 MB 110 3
141,960 141,960 000000000000031d25fe825736d96ff5d92e1d183a7bd54b428a6ce08060caa2 0.00 MB 9 151
141,959 141,959 00000000000004e7141236e97c5f4edcb6b19221a6143ae4ed19c6cb1f120ede 0.02 MB 36 32
141,958 141,958 000000000000043b2def3ce1f1f66e4fa428a8bff7df5668b7f959d6bd105750 0.06 MB 127 141
141,957 141,957 000000000000001aada761018635d19972692888718103bc0cba931062f9f687 0.06 MB 53 257
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.