Memory Pool Memory Pool Refreshing

4,124 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,191 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (34,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,099 873,099 00000000000000000000f2e0d5499cac9237815751b2bfaee80efc297583ec66 1.68 MB 3,333 13
873,098 873,098 0000000000000000000016fd8dcfde664f57e327af2ae87bbb64aa855b2e3a84 1.66 MB 3,661 13
873,097 873,097 0000000000000000000039aaa7c827480590d00e3b13c10d1c2e20103ae12318 1.66 MB 3,293 11
873,096 873,096 00000000000000000002865ae69de5a73f4a6706d52b781f2804a799d9fe0ecd 1.65 MB 3,874 9
873,095 873,095 000000000000000000014d2c369aff5a4fecca2eb045b961e7fa8c046551885c 1.62 MB 3,622 14
873,094 873,094 00000000000000000000a972e904fbdcca4d9257ad48a27e25d51980660371c6 1.60 MB 3,891 10
873,093 873,093 00000000000000000001a9805d7e10b8b41a41c91db31431247549530abc94f9 1.63 MB 2,617 10
873,092 873,092 00000000000000000001282a20b9868a5c12c899dab4542f710d4f22083707e2 1.66 MB 2,527 9
873,091 873,091 00000000000000000001df92f19690484cd32f569629df73a12bfe0eade44ade 1.61 MB 3,142 11
873,090 873,090 000000000000000000006109e0b0529cec9d1b53e851caad11919d4639c264bf 1.69 MB 4,205 11
873,089 873,089 000000000000000000018850141238a258456db1b082e800ddb9e56a83df2e32 1.68 MB 4,039 9
873,088 873,088 0000000000000000000073988e5ab94184302328cc5ff182f04621718479cdef 1.59 MB 3,376 7
873,087 873,087 00000000000000000002b4253665413e8d2bf6c493fd59dd50e1b085c43c9f72 1.77 MB 4,426 11
873,086 873,086 00000000000000000001707cbc20b5463b82c4098530d2ac2c4c87c96a35306f 1.70 MB 3,800 15
873,085 873,085 00000000000000000000b366fbeb620264bc515de5bb911dca064d2ee6d0a462 1.65 MB 4,238 11
873,084 873,084 000000000000000000029c9e9fd4a1b681cd0d4ac20cc33113069dfda8ccd1d6 1.57 MB 3,419 7
873,083 873,083 0000000000000000000211051d6d4beadf5680d076c99ae3ea2c829c41af0ef7 1.83 MB 3,251 13
873,082 873,082 00000000000000000000393de823e2a665b85db34b12f38ff6bf6d9c80986600 1.66 MB 3,963 10
873,081 873,081 000000000000000000027b5528325f5ac7c0085003d2ece3edfa758ee6b7af62 1.77 MB 2,966 6
873,080 873,080 000000000000000000004ba7fd7b3bcf75f812299a5f0aa9b96e3dfcf7e27cc9 1.50 MB 2,851 8
873,079 873,079 0000000000000000000087a36b74c97d71112541a324408515b1f8bcffb2ccc9 1.64 MB 3,888 11
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.