Memory Pool Memory Pool Refreshing

6,107 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,103 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (342,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
565,747 565,747 0000000000000000002161aa3ca8e57a42b160803f27ba1b0e3c3c916e257d2d 1.24 MB 2,740 36
565,746 565,746 0000000000000000000a1329d8f4cec80c174d648dbd1f2835a5a3f2729a5337 1.30 MB 2,525 25
565,745 565,745 0000000000000000000f3d239cf82154a74e5093f2e460eb3c115b7dd379cdb7 0.07 MB 169 32
565,744 565,744 00000000000000000012adfac07f1b8e82b67fd3353a529ee759354b57087f69 0.37 MB 713 20
565,743 565,743 00000000000000000013fb64c673b194153830193c7d8950a186daf42803d93e 0.23 MB 443 19
565,742 565,742 0000000000000000002c3c37f7fc9fff738ab48b1702c912b12c00e31043ce38 0.49 MB 752 25
565,741 565,741 000000000000000000063ae861fbcf8885b7da48d1fdf93c3441f387e61ceb04 0.96 MB 233 2
565,740 565,740 000000000000000000287b52b8970b4a45ad6b625c9ce621a404b95059cf6667 1.22 MB 2,061 12
565,739 565,739 000000000000000000252eefd81528309f2b6b28f8630509a51d268e60818278 1.21 MB 2,154 22
565,738 565,738 00000000000000000015f34fd213f2a83fdcb81bf8d8a2348fc6dc1ae0f0e1a1 1.24 MB 2,244 21
565,737 565,737 0000000000000000000547fc37d463cb3704ecaed27ea43e31b651d2dfe20378 1.28 MB 2,963 37
565,736 565,736 0000000000000000002c1bb4c4df82eb87ab66691b9b467dd89b60db939b6243 0.48 MB 1,069 24
565,735 565,735 000000000000000000164ee86ef11cd18639f7bd42d8230648a3346a7024599c 0.53 MB 1,104 26
565,734 565,734 000000000000000000264f1d1573bf6f18444ef34be1487ae5ab35bb5861e2c6 0.25 MB 532 24
565,733 565,733 0000000000000000002693f7821f8c5131af497738bdda7b9505146e72cbcbe2 0.66 MB 1,195 26
565,732 565,732 00000000000000000018c56b0cac63d10b7ab0379294256d5b0e920469f726f9 0.81 MB 1,710 22
565,731 565,731 000000000000000000288c75da833b98cff1379683b91b1de7a62c65b56c1b1c 1.01 MB 2,009 22
565,730 565,730 0000000000000000000cb248707e4d07bb7d996f12e9d78e1e666c5ee4d166a0 1.07 MB 1,818 14
565,729 565,729 00000000000000000011f95cb2f820e909e019bf98fbbba6967d08ecdbac3fde 1.22 MB 2,185 14
565,728 565,728 0000000000000000001469d3a43e8302f24adaeb32c9f861a1d76e5368e74aeb 1.27 MB 2,754 36
565,727 565,727 000000000000000000246d509bd5b8068093d2aac60f942b19f4c9cdf25fd0e1 0.94 MB 1,411 20
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.