Memory Pool Memory Pool Refreshing

2,471 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,241 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,115 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,240 (817,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,835 90,835 00000000000319aeb5cbc73b7db72a4755863dc50b333c736121e4751673f856 0.00 MB 1 0
90,834 90,834 00000000000c2b510a151a6cec8c4fa60ea1b11dd16902bb19924f01bbe06260 0.00 MB 3 0
90,833 90,833 00000000000d996c702af50eaab49983ba56df4b8247d2eed48ea1e20881de10 0.00 MB 1 0
90,832 90,832 000000000000762450e879ca7848210828bd4da44e837e8acb33455483e47dc6 0.00 MB 3 0
90,831 90,831 0000000000094e87a3109cbe0401f61d28a41efb3ae3d4d074f1c0f47c55f67d 0.00 MB 1 0
90,830 90,830 00000000000641304fc10242073520ce51f43038a871bdccc095d69c8aa9e219 0.00 MB 1 0
90,829 90,829 00000000000bbb373ca2457b9e8c6b0a5fd42e69d21046ca781bc799358f4fc0 0.00 MB 1 0
90,828 90,828 000000000002a06ac1484b87597e6c76094bd42a719e48bbe737bd06f9bb141b 0.00 MB 4 0
90,827 90,827 00000000000c875321c99d16ac8b55c28d202e1b4bf2533164ff1240d7c7be4a 0.00 MB 1 0
90,826 90,826 00000000000bbb8c32db15bac2603f1cacb2063bcdbbed3defb48e2a9ed49a45 0.00 MB 1 0
90,825 90,825 000000000007368d293c597609a4916a0b939615bb164ed5c8b815387a998a90 0.00 MB 3 0
90,824 90,824 00000000000d54bf487146478cf5e405f9fa95297accc6d3481f327262ccf9c8 0.00 MB 1 0
90,823 90,823 00000000000d2e8ea7a17d90380eb6f631e65cccbc42e26f2bfa543cfd2aa9af 0.00 MB 1 0
90,822 90,822 000000000007da2c54663526b1727fa1a6821f4df3ba1209c0081bdf550d573e 0.00 MB 6 0
90,821 90,821 00000000000d0354d5c92285889897441b0d40a29fd68ecd2ea1818ad66ef9ce 0.00 MB 1 0
90,820 90,820 0000000000055c73ed9735a7969a6a1ec16807b13edadc421ac3576352982d5a 0.00 MB 1 0
90,819 90,819 000000000003291618ad33a8dcbd7693e1d2f3abbf092e5a4f30cbfcd2ab036f 0.00 MB 2 0
90,818 90,818 000000000000b0a0be2ccc0c19afe4a7a8921473864664c46e88373d45dcc7da 0.00 MB 1 0
90,817 90,817 00000000000907453f2058fb3df8e06728e7bfc71ec623bf0d532fdab336a3da 0.00 MB 2 0
90,816 90,816 00000000000344a32531560e3942a3b906640c9bda9e49d54b43de34e04b6c44 0.00 MB 5 0
90,815 90,815 000000000004e6d3fe22e8b343c251330b176976a7b3cc11c02a4cf60474c9bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.04 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,687.62 GB sent, 97.85 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.