Memory Pool Memory Pool Refreshing

15,845 transactions (3.89 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,032 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,480 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,031 (879,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,129 29,129 0000000067808fced55e457d6184fb7d54ca5eee8a62dfb43b80234e07af6aa2 0.00 MB 3 0
29,128 29,128 0000000059f67dbf42fb34358eafeaee139c33da47bc7d3f68c5e68785298b0c 0.00 MB 1 0
29,127 29,127 00000000a16002040771b56b9c2ac57d2a9e70b911571274501295a7aab73b71 0.00 MB 1 0
29,126 29,126 0000000000c62500f71b0ce7544d40793715e9d180e8d4c3af006afc6d626082 0.00 MB 2 0
29,125 29,125 00000000df7ea85d5f1afb47502a0b199c80657cbddab7d0ee2de5f292516ff6 0.00 MB 1 0
29,124 29,124 00000000096cfbaf80ac1c6f737e874631f7d20d4bc40f9dd6d3241a0a0cb1d4 0.00 MB 1 0
29,123 29,123 00000000b0c783261b0a2b775d7388117314fbdfcfb48ab805aa6fe2a5596f32 0.00 MB 1 0
29,122 29,122 0000000072c0491904650023a2702df84505452297c05088bd3c8a59aac0e70c 0.00 MB 1 0
29,121 29,121 0000000067e0b61aaa89023e01ac93ab70289902eb1fe98c894d6d05c49ca195 0.00 MB 1 0
29,120 29,120 0000000012c9a37677a3bed35aeee193e7097278758905d60be705d55f76f01d 0.00 MB 1 0
29,119 29,119 000000006f74da7e1f02e13763ad1e8697e966caacef1781920738f6b1a55527 0.00 MB 1 0
29,118 29,118 0000000003f708bb88c45c525598b991b9efaeb95ae72711f05ac223b664445c 0.00 MB 1 0
29,117 29,117 00000000c726bf422a16ad369bf13a253dd4eaed5ab6846f9141941c5deed819 0.00 MB 1 0
29,116 29,116 00000000fec6e3614fc7ea941103fb5afab911de9417e0a15062f05499099b42 0.00 MB 1 0
29,115 29,115 00000000b8ca03c11b1edc7430a3eb8546b77e0966aec31a67d855f29feaf02d 0.00 MB 1 0
29,114 29,114 000000003cab22fc95040236a8aaf277753ced23d23199b1640451995b772636 0.00 MB 1 0
29,113 29,113 0000000052f7a0234cc95de237cac52aeafe16f671233be28354b40fc1708a0e 0.00 MB 1 0
29,112 29,112 000000002a40ff3207e3017595269d8ad6a2952924cec466dfd9379ee4cc3c41 0.00 MB 1 0
29,111 29,111 000000007543d8ed50eee5f5a377d14065b6e8e4b59d699f453c9c08e6aab4e9 0.00 MB 1 0
29,110 29,110 00000000c3e27244c4cc7d849294739eafdd512533e7dcd2ca9a289609bc06e7 0.00 MB 1 0
29,109 29,109 00000000b918ad1772e31bdc0444d372c513bedf554cf462161a3ea0099693b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.61 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,894.32 GB sent, 105.52 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.