Memory Pool Memory Pool Refreshing

2,922 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,894 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (52,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,282 855,282 00000000000000000000e5c8f424e206104649325426dddf4f1dc4be3ec3e7d1 1.28 MB 1,974 4
855,281 855,281 00000000000000000001e95754761b3311245d0d8b7cf023be4f9fd5eb7fdb7f 1.66 MB 2,623 6
855,280 855,280 0000000000000000000147cc481b32751020ddc287a8abc9ee211af3435e4df3 1.60 MB 6,715 3
855,279 855,279 00000000000000000001bcb966e2a0daf1ad6ab0e7d7d450e873a89a8ae608dd 1.47 MB 1,248 4
855,278 855,278 000000000000000000028403bcebb6e93d278abeba6e16ac8ef2271027ff45f6 1.14 MB 840 3
855,277 855,277 0000000000000000000190d25dcee27b83f43c80dcfb7f9f4d425c225e0a92e4 1.85 MB 1,035 4
855,276 855,276 00000000000000000002b7635c1f3e4a2fb3bbb670b915c461e477d7a4216c8d 1.38 MB 2,716 3
855,275 855,275 00000000000000000002882dd1efeffd2dddfd7e9b953fae18618b7a0db199de 1.54 MB 2,921 6
855,274 855,274 000000000000000000019517a623a7c494b5af8cbfb515ef9261b37af7636dfd 1.70 MB 3,225 5
855,273 855,273 00000000000000000002911ca76cb3298889ea890a1467501923da84ac82d337 1.55 MB 2,946 11
855,272 855,272 000000000000000000028efef6c30d7b3afe49b504e32916ba52495059a6d5e7 1.46 MB 2,518 5
855,271 855,271 000000000000000000001ba8d0005007fb65a71f031bf3bc0b3e1188f82071e1 1.16 MB 984 3
855,270 855,270 0000000000000000000104a71b8bfa2692fe6b08b5991a2dddc3454a7f9dab51 1.37 MB 1,756 4
855,269 855,269 00000000000000000000bf3f5857bf8708ac99847e4786c251954fd2c54d18f7 1.21 MB 1,454 3
855,268 855,268 000000000000000000009383bdc0ed89cc8ec435446c82c5904d9659f8185172 1.57 MB 3,667 6
855,267 855,267 00000000000000000002a95523ee4b49f5310604a81c7770850865badfe41c17 1.59 MB 5,130 3
855,266 855,266 000000000000000000011b419de56694e4f5ec99d6717e96ec29d7f7c0123d97 1.66 MB 4,685 5
855,265 855,265 00000000000000000002cbc5b9672fa5fb5be6ba14345eb259fd13a3ee17424d 1.65 MB 6,321 3
855,264 855,264 00000000000000000001e08f3c8a107b25505f4889129f6e310fa69adebc98a6 1.65 MB 4,051 6
855,263 855,263 000000000000000000010502e3b3e7ad1fab75f8881f0116136647211c0b13bc 1.65 MB 5,068 4
855,262 855,262 00000000000000000000ccca98fff41338bf764404feda71708fbb255dcc7fe4 1.79 MB 4,850 5
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.