Memory Pool Memory Pool Refreshing

442 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (861,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,007 46,007 000000002368d581f10e24c7e39a7df9ebb6ec61ba59ea25f42e157fd92e122d 0.00 MB 1 0
46,006 46,006 0000000029148f48b7e21f435077f7544c429c37095a3818470208d539935875 0.00 MB 1 0
46,005 46,005 0000000010894f34c6b61628f09bef8a6421180d0bf2d659cf139494a0620bd3 0.00 MB 1 0
46,004 46,004 0000000013a1d09cb9dae2d2f198492d540c040a61b31395024d80515498f9c9 0.00 MB 1 0
46,003 46,003 00000000317623151d9b08b6dbe125083b0ff313440c4e9d8ad6c589b9635d3e 0.00 MB 1 0
46,002 46,002 000000002e8144380e78bbff798c9d49eb8a688da20853f69a82b09178c7b639 0.00 MB 1 0
46,001 46,001 000000000a882eb77d5d9a0abd7f189f64f9a18c06952d8e32f03df3c50dbfad 0.00 MB 1 0
46,000 46,000 000000001dd39771dbe4f9fc6da07327f13f894dd2c1a46cdfcedf930fbbc52b 0.00 MB 1 0
45,999 45,999 000000002a765934e71af7d27fd7a1a9f5838f26930bdb7264af7fefef98d06c 0.00 MB 1 0
45,998 45,998 0000000034c82eba71002a7600d83fc337fd7c68648a28e3a6a3fe9d6ba3306e 0.00 MB 1 0
45,997 45,997 00000000130f5d6e5d7ae731e428133151db73d2d657ee8431413ae67631ad79 0.00 MB 1 0
45,996 45,996 00000000363a527aba2741b73c88f7a57fdf49e356a7a2056a1afdfa0ad07b06 0.00 MB 1 0
45,995 45,995 000000000c6826d3cb2153dc48783b6da17471e5886c24b675ce390745452294 0.00 MB 1 0
45,994 45,994 0000000022e25a2f52e96bb11e14230244fd62c4e33507c9b90f54f925db6a3c 0.00 MB 2 0
45,993 45,993 000000000a20390aa77708e74198cb4bf49f252d181dd74f198bd27aae78ae3c 0.00 MB 1 0
45,992 45,992 00000000034288f7175c8cbb08861afca9ba2d45d785afc873a13719a4b1553f 0.00 MB 1 0
45,991 45,991 00000000322a737b3e081d9326e017e78520070244dbc9aea7f0b5aa02d8ee8e 0.00 MB 1 0
45,990 45,990 000000001821eb822d63c4e5f9b5588fc8cdd5a65bdcd72de619722bb10ea2d9 0.00 MB 1 0
45,989 45,989 0000000036669e89e330b13bc6e198dec1efedc349582702720b61b10098bdbb 0.00 MB 1 0
45,988 45,988 0000000034e42ab88452b10e6a337ec13702b9b416ff635e382faa486397a7b8 0.00 MB 1 0
45,987 45,987 00000000039409b2fed40b6ef43c3e208b8ffd7c566fde282fa9ab32fb58d7a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.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.