Memory Pool Memory Pool Refreshing

7,915 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,834 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (33,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,015 874,015 00000000000000000002a088310a03c52a2f739a8689e5ba59c6deda29d72ee8 1.57 MB 3,903 10
874,014 874,014 000000000000000000019d10d8e802e7452669680166d5086838914cd1cbe5c4 1.54 MB 3,318 9
874,013 874,013 00000000000000000000b7b631bb52ee8e03993cc7ab5aa86cdc9607ae237d5b 1.36 MB 1,636 7
874,012 874,012 00000000000000000000472491674dc547b456f9199f089926b61da511c81c2b 1.64 MB 3,849 9
874,011 874,011 0000000000000000000171fe16c9f40863bf66f65e3b9f97dcde6d67aad0a956 1.68 MB 3,690 12
874,010 874,010 000000000000000000026c186481a81160a1b41ec7eee39d0935d338de357024 1.45 MB 3,947 16
874,009 874,009 00000000000000000001be18d0a4c53958672bc848681f8ffd170123654f448d 1.56 MB 4,077 10
874,008 874,008 00000000000000000001a4c2bbe67f9d7e7e26c434bd52acb3d3f821d3a43f45 1.41 MB 3,727 7
874,007 874,007 00000000000000000001ec88fd4a7953d1e3b35b225b952d82e1bc84dc5547c7 1.55 MB 4,231 11
874,006 874,006 00000000000000000000289136ed4d50f6c063f5c2bf1787ff3a6990cadab585 1.83 MB 3,138 4
874,005 874,005 000000000000000000027550881cc47b49823543455450403bdc52d533ee14a2 1.27 MB 999 4
874,004 874,004 0000000000000000000010b5f31e82dbf25cc889477acef3eb84132f9da5cc96 1.37 MB 2,776 6
874,003 874,003 00000000000000000002b25fe03cb00209f1e36061b12990b54aa9a134a979d1 1.47 MB 2,477 8
874,002 874,002 0000000000000000000057fdca59b3411cae3b7dd9a23e8f5cd03585362e9bc3 1.01 MB 175 4
874,001 874,001 0000000000000000000041ba846a3ad3c541c071c998b4ff5e5feb25ed6a579e 1.18 MB 510 4
874,000 874,000 0000000000000000000094cca49bc31695702adcd2684dadc46ffdd48315eb16 1.47 MB 1,760 7
873,999 873,999 00000000000000000001608e424ea4c5f701dc4fa318f882b93a43676bc28cf8 2.09 MB 1,084 6
873,998 873,998 00000000000000000000345f695e5a8ad0c34e7a3f4beda7b81f9f6d70171f2f 1.08 MB 628 4
873,997 873,997 00000000000000000000fc7a02baba87091bc7833e3467b4b53bdcd2977405cb 1.34 MB 1,048 4
873,996 873,996 0000000000000000000035d2592da21109e47fd40f04186b49e3dd32ba5c0eda 1.81 MB 2,367 8
873,995 873,995 0000000000000000000111455c306bfdd38b486f835ab465fc4747dd72b5eed9 1.46 MB 2,791 10
Previous 10 blocks ↓
Total Size: 769.03 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,625.80 GB sent, 93.04 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.