Memory Pool Memory Pool Refreshing

2,791 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (860,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,793 46,793 000000002a5df5748ae7f88f013e2768d4364b23ff89069116020c6a880da734 0.00 MB 1 0
46,792 46,792 000000002eb98ac1219269979bf0b1c5e2d228c480e05add8facb754f10802a7 0.00 MB 1 0
46,791 46,791 000000002c0aabc2a8aff1cbb5f79091f02f11d44368fc48b4dc2ea770ad5072 0.00 MB 1 0
46,790 46,790 0000000006f08c850da873799b11a145de25792a7c3e5d23dd028ca2691465f5 0.00 MB 1 0
46,789 46,789 00000000278264d054b79a6212efe2f35f06f99bfbe8cabf1933784654f34717 0.00 MB 1 0
46,788 46,788 0000000022b760d9c57dd8193555d10dad2aea4baab4ff8bbee48b1c7f29a5b6 0.00 MB 1 0
46,787 46,787 0000000004a31537cf09331c8b0250ad8928adc8e78e089e8eb62ce620587745 0.00 MB 1 0
46,786 46,786 0000000029b8392679e1ec114d18ee41bddbcde8cdb33fcb0c3b9f2973a53e05 0.00 MB 1 0
46,785 46,785 0000000011ba08cbbfa03931877cc37ed7ba678b64087bc248d1c39e67b7bcca 0.00 MB 1 0
46,784 46,784 00000000346175717b5f98b763eb628dd772343a98df36573e5386d5f0efc530 0.00 MB 1 0
46,783 46,783 0000000030c7a095045c3ff4d42fda164c573d011589feecaa25bffdd52efc65 0.00 MB 2 0
46,782 46,782 0000000035f7516f93b26373215d3687c8486a8fbe2d45375c005dc1b0239af2 0.00 MB 1 0
46,781 46,781 00000000297660a11feb657e73d07cf982aaab6258336c5da30260825a4383f6 0.00 MB 1 0
46,780 46,780 0000000024958b53f2ca1ba69eb2b6cd6771319e34b2951255044d678729e057 0.00 MB 1 0
46,779 46,779 0000000001868d7b0e99a47c87e5a93277a14805cc32cb859a8e714e2a9eef94 0.00 MB 1 0
46,778 46,778 0000000001ca98b9fd246ed0163ede68ee486dcbf381c21551a1c21948d96a60 0.00 MB 1 0
46,777 46,777 00000000205e986bfc5407f69147a2fe4d7ef8afd1d465d2cef312324bb20f2b 0.00 MB 1 0
46,776 46,776 000000002b4ec1db87c3f65906379c0390e92003ecbe1ed459d2a0aa0d2de181 0.00 MB 1 0
46,775 46,775 0000000007336db6178fd72ed4be0d5e5e85d6fa2068f6984324ebf6cfd21d29 0.00 MB 1 0
46,774 46,774 000000001d85f9c11b09358891963768450278f5a741a0c506dccc1e9b85bbcd 0.00 MB 1 0
46,773 46,773 0000000032302eece056d4e8d617409718c80dbe7e87024b12794c81092481e9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.