Memory Pool Memory Pool Refreshing

765 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (607,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,281 300,281 0000000000000000327b933fe220104a796cc17ba54a65e98406b21a479fa5b6 0.24 MB 125 15
300,280 300,280 000000000000000036fd36e2e5c239a1031866c835b9912693c6e984c9efc3e6 0.25 MB 496 30
300,279 300,279 00000000000000007a6da75eaaa0d470abfb362c11015aa0bd2ed6de20c7e200 0.35 MB 924 42
300,278 300,278 0000000000000000511fd14823a9c53e01fb19e0850f21eca194d153e1993bd6 0.03 MB 72 19
300,277 300,277 00000000000000001c90e6f1369f62a1b3808b502ac7d4461997c447f1c902f3 0.23 MB 448 33
300,276 300,276 000000000000000021fe293de32bafaebd1016a674059f61df627eec49604af2 0.09 MB 146 29
300,275 300,275 0000000000000000860ace5a00493880e6c710f62331c64ddfdee896141c610e 0.06 MB 140 24
300,274 300,274 0000000000000000270d2d950f4941ff4c7d6c03f01bb1ee3eff44e40e351d5c 0.32 MB 673 38
300,273 300,273 00000000000000005275b4b3a7d9af9fae5cbf10265fd9b02a72d3d49cedae86 0.30 MB 609 30
300,272 300,272 00000000000000003bf70c53774ab3fe3226acff6073583e918ac3fb19b257c7 0.17 MB 329 30
300,271 300,271 00000000000000002a0b28b246ea6faf1221ccae8bc762840514dff190e7c536 0.06 MB 92 15
300,270 300,270 00000000000000006ca185a633a51af300f47930ced6792ddb0adfed1f99ff98 0.35 MB 674 33
300,269 300,269 0000000000000000165861383a9b8129b76044e77cf64c34fda1b7d622860254 0.24 MB 466 30
300,268 300,268 00000000000000000ce0a18c852d827e4936e800a81c58c3f1f8bfd7103ab5f4 0.39 MB 774 34
300,267 300,267 00000000000000007cbc480986707a422af9a3c6a82ff242a82b96e465d119e3 0.08 MB 107 16
300,266 300,266 00000000000000001a7e555674544ce6088291d236b58769f6376ddf3ce86236 0.19 MB 256 22
300,265 300,265 000000000000000021da22eb3a38e1aa0923a82388f4db91c17827f035547b26 0.55 MB 972 31
300,264 300,264 000000000000000045512764200a267846bb32fc4032e297fa2ff0a29e1fce3f 0.32 MB 334 55
300,263 300,263 00000000000000000b7958c074aca24c6bda4d1d86557d8b1d81b22e93c58769 0.22 MB 203 17
300,262 300,262 0000000000000000154a0e6a8725b8cb5fada8943c590e85fef4870e7f2fed12 0.50 MB 182 13
300,261 300,261 00000000000000002335dc70d980166c458728d8d77dffa4bdda0568be61cf0c 0.50 MB 581 24
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.