Memory Pool Memory Pool Refreshing

240 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (791,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,649 116,649 0000000000002e5c31cc0d541d8f40a1e685b72e11ba56ff74531bc8c975eef2 0.00 MB 8 668
116,648 116,648 000000000000a2859cb751ca8e323712a37dbdc9090df90fd573ce8186528d49 0.00 MB 7 354
116,647 116,647 0000000000008c3cd98f7d37fa97e9cbfc0433303bdf2164cba5bc5604d0548d 0.00 MB 6 1,044
116,646 116,646 000000000000e6b043743c0e999df0bed512875d7b6b8b45020504b2e85b5d67 0.00 MB 4 1,086
116,645 116,645 0000000000006783306b92e3519a10415a8f659a1223e946f1727f8ab4333668 0.00 MB 12 1,058
116,644 116,644 000000000000e7a3a0c5e0e207c34523ad21bbd6146f859ad8710304a0f3dad9 0.00 MB 11 0
116,643 116,643 000000000000b9bf031104d155f527bd13a9107a20a22a61986cd15e3baf2ebb 0.00 MB 12 685
116,642 116,642 0000000000007959b4c554007851f4af98a39313b6c35550062ac5f6ab3b535b 0.00 MB 13 334
116,641 116,641 0000000000002487fcbcf449d09cc3f965ee6eca6a1f8945a663576dd71f7511 0.01 MB 21 675
116,640 116,640 000000000000f06902d6e01be64ba51644bbc9973da7910f7884f86ddc343346 0.00 MB 8 0
116,639 116,639 000000000000eb2f0a1dcc86f9212039c1f317b6c7540e683933968b9f7dd3a6 0.00 MB 5 0
116,638 116,638 000000000000aed2e86fc5e8bee0216a9870ff99bc7e6180d33c7dd4b8a88979 0.00 MB 8 726
116,637 116,637 000000000000a138b902afc4b076e0c3cdda55b470b6d3f7bd78f9a496714f6c 0.00 MB 9 0
116,636 116,636 00000000000070eb84fd0f33d597565445e43063ed351cb37f015818c2a0e369 0.01 MB 14 571
116,635 116,635 000000000000ef1a154209c838506a0efcbd4dc3d25bcf3d2a826ff534249bc8 0.00 MB 13 1,008
116,634 116,634 000000000000813a4c96a21c0f6ca8613063b483fc74ededcb407f7f9b016569 0.01 MB 29 225
116,633 116,633 000000000000928e87c423c9345a702c32141a49725be406f1cf325af2d15b24 0.00 MB 16 2,004
116,632 116,632 000000000000ae91f0e806656b294f49a93c1a80d4ef2b5f55048456a3a86c3d 0.00 MB 12 0
116,631 116,631 000000000000ce8576b9d59392adb592285de543bccd8aeb38adfab9cde9fd18 0.00 MB 13 0
116,630 116,630 000000000000df6c92132c1ac070ba237f70e803b671d43462fff5ef5dfeef35 0.00 MB 13 1,190
116,629 116,629 0000000000002b35510aed9634751217961c1f656f238cdb5b0ef14839f6c2a8 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.21 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.