Memory Pool Memory Pool Refreshing

3,649 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (598,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,606 309,606 000000000000000013e7146f5a1f63a188935bedc491b8b5bf5ab823f6ec0d9c 0.10 MB 188 29
309,605 309,605 00000000000000002199d9e4093cfbabeaa8fac901922d4151e341e29edbe7c1 0.08 MB 64 11
309,604 309,604 00000000000000003ee618eca2a4081044c3709ffd1eba71a1dae7b17f887cb9 0.30 MB 554 30
309,603 309,603 000000000000000033222f922e6d826b2dd0e339501ea49525b8c357d4b69734 0.00 MB 1 0
309,602 309,602 00000000000000000c923be1e3b3db3f4fbb365769ac1680d8212cf104eac3ae 0.04 MB 69 26
309,601 309,601 00000000000000001eb5e8bb0499c2fc80dd1139a9226d92858543d01cf84a48 0.05 MB 103 34
309,600 309,600 00000000000000001da760c78489460a151275376af624a96c1c8007b4eb226c 0.20 MB 332 34
309,599 309,599 00000000000000003383159f02c8e85baea780d297867769ce47e48f3c7ce10d 0.04 MB 76 16
309,598 309,598 000000000000000025260065fc51e853768d521263db1a438aaea360e2543853 0.19 MB 205 19
309,597 309,597 00000000000000000364a192542089af10f7f4c84d8720bf903e61d22e992e3b 0.50 MB 1,014 34
309,596 309,596 00000000000000003f38fec49a9dc6424c2548b8bfe339045bd829f75f29513b 0.13 MB 268 27
309,595 309,595 0000000000000000153406464ad2b683b59afeaf4b99580abb6ff2d6b9e2d1bb 0.16 MB 260 26
309,594 309,594 000000000000000010a98a30dc08e10fde7dea487983e5fad890a0d946d383c5 0.08 MB 144 30
309,593 309,593 000000000000000001c821de26a322a4fa115d2900d5260eb8a478a8d6ad8d87 0.13 MB 219 29
309,592 309,592 0000000000000000303c2a4287c453cb56211952da3833e6a3f712a4a9e4c2f0 0.34 MB 399 24
309,591 309,591 0000000000000000337eefc17b415b51a1d669acda5f6754aff5114f7730ce19 0.14 MB 207 25
309,590 309,590 00000000000000000cc3dd864a1fbc5ce8510e793cc1869153ac367d4f24a25d 0.36 MB 550 27
309,589 309,589 0000000000000000041506e9c27866ac813f5389a4fa38f535a255159b2961b0 0.10 MB 196 36
309,588 309,588 00000000000000000ce1e058e4ab965b807e3e78203c95162b2e1070e957b239 0.26 MB 105 13
309,587 309,587 00000000000000000d388ceb0cb8fde14de141128d0530c05fa9d71fa28ea98a 0.73 MB 1,148 32
309,586 309,586 0000000000000000087e8bd5f99893c0626a93edc7681bbed301038021dd2c54 0.13 MB 260 37
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.