Memory Pool Memory Pool Refreshing

1,467 transactions
0.43 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
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (720,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,672 187,672 000000000000016f317ae29898169ef9612823883d4dfd472e37de47ed618850 0.07 MB 123 115
187,671 187,671 000000000000017c7941f7a4e41c66af134a7dbcce10b466f3a65d8e3535d443 0.25 MB 289 96
187,670 187,670 0000000000000737d1ff576875fe12f09223ef96e9fa7c26fc53a2fc45791319 0.05 MB 120 112
187,669 187,669 0000000000000256e5f5903da0211d0ee935d5ceb54a408eb7a204a36d42da75 0.05 MB 98 57
187,668 187,668 00000000000008a554ee0393dbda95b0b0d2e8f7b973aa27dd11ee47d4b71f06 0.24 MB 459 106
187,667 187,667 00000000000005409cecae75c85e7d755e1477abe12245c8b22b4b3a498d81f4 0.10 MB 225 165
187,666 187,666 000000000000026d82ff6b6df4ab4661ec0d2ddf7ad3b0614862bc8d6d152316 0.05 MB 118 16
187,665 187,665 00000000000001b7e91236a5fa2f6cb2d6479a841c09f91a8b84256c3ad8cff0 0.06 MB 137 220
187,664 187,664 0000000000000902af6fd21d62d24f34c2e8ba9d39c9a7c1b2120a0f3ad24611 0.25 MB 541 121
187,663 187,663 000000000000053208a28cd54db7a16a18b86353f6a961f3765d7d28fd1fa6c2 0.09 MB 211 361
187,662 187,662 000000000000092ed176a39bf86c16286f2f5a025b0bf641d603ac347cca2a51 0.00 MB 9 303
187,661 187,661 00000000000008b1bd15cc29f000784927095caa1ce26d26f017b4b374915111 0.05 MB 106 144
187,660 187,660 0000000000000014fe5e7dd83e9e8a40362f077a8fe91bbfeae62e056c335e8e 0.04 MB 84 134
187,659 187,659 000000000000072f99c11a57193890f2f674fd73fb13fcd6a69d066e13c96216 0.26 MB 367 93
187,658 187,658 00000000000006a79b59e3eb46a5d80d30e765d172c83f3060bff3e88ef898ec 0.07 MB 187 275
187,657 187,657 00000000000002b418851f672fe75dad66d4a1ceee119b4fa2adbbcc518f8064 0.01 MB 32 0
187,656 187,656 000000000000079a20a77340bb0cb51b6aaf8a4e838677d20641cf06c322d89d 0.00 MB 7 949
187,655 187,655 000000000000073c670ea6babaed1c524f2b69881cd9fe48bc91b55f1538471b 0.18 MB 360 118
187,654 187,654 00000000000006920c9f01c4394ea508a86ea321c16f47c98dd8327358322d02 0.05 MB 118 72
187,653 187,653 00000000000005a062e125525e5a5a12c6cdfe95df44dd2514c1d584d3b6e66d 0.11 MB 245 154
187,652 187,652 00000000000001da6cef0b0ed3176debfee5cd2dadcaa44ff6860dcaf991917d 0.02 MB 37 95
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.