Memory Pool Memory Pool Refreshing

4,564 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,064 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,835 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,063 (797,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,824 110,824 000000000000040afbb2d25429538f5a8076e89076d384a1caf2375d4ee65e8f 0.00 MB 2 0
110,823 110,823 000000000000b956c474641d2742aad026033c071dcaef966b0ebdba41ee4e6b 0.00 MB 1 0
110,822 110,822 000000000001c3ea1bb297c5f3fee33253e3fd33925865392d8b162b68bd2e06 0.00 MB 8 0
110,821 110,821 0000000000006f033e35fc10eefd46cf8044c1dfcfae29d2c8751fcccf96ddfe 0.00 MB 12 0
110,820 110,820 0000000000005d623acb53c8859b3b28a709c65919676aed7ccf3589eb8fae30 0.00 MB 7 0
110,819 110,819 00000000000119e792703a21125944bb4f7451b756adfb4402947301687040ae 0.00 MB 1 0
110,818 110,818 00000000000169a0f4810a9f58fab777c5ca3fe206f48b110008988990fbfdb3 0.00 MB 9 0
110,817 110,817 00000000000034e169ea26ab9a5d12b6480adab30e48b0c5173c7dc601bca4e7 0.00 MB 3 0
110,816 110,816 000000000000781870238a48ce088f9bfa1baa1d626c5aa73353a1b57bea3f3b 0.00 MB 10 0
110,815 110,815 00000000000049ff323c663e9bc0eff71cf9f142334bf699765529694e3faaac 0.00 MB 4 0
110,814 110,814 00000000000146b76ab635a477dce782d9d2bfa1269dfbbbed8650de2bd5ccf3 0.00 MB 5 0
110,813 110,813 00000000000145fdb7ea4726e7251848efd0e1d5bf12910ff8439a790d1d563d 0.00 MB 4 0
110,812 110,812 0000000000007caf8336f3f0919da56a65e25508189cbd2e5b3bd2d7b74c270b 0.00 MB 7 0
110,811 110,811 00000000000115d3708a73c0cdcbe139cae42bcf583676f35b9f3d76682ae228 0.00 MB 3 0
110,810 110,810 000000000000727e8d74196eb087302d01012e4b98dddc1ccba3f0869fce42b1 0.00 MB 8 0
110,809 110,809 000000000000636dd96f951eb1b376ed9151fb8531866160a99ff3c95bd385b2 0.00 MB 7 0
110,808 110,808 0000000000007e5f0d45c2fccb3c83b6483d97ba7d74eed2ac92c7504108e75e 0.00 MB 4 0
110,807 110,807 00000000000182aae5ccc639bd5bbcbb421a65575915910c73ccf9adabb6335e 0.00 MB 9 0
110,806 110,806 000000000000016b5cc9bb36bbbb0b37f470372549acec1551066d9b7bf7f7ed 0.00 MB 2 0
110,805 110,805 000000000000988fae29a349e8900913ae277d5082aea096b45071d0fc73e418 0.00 MB 9 0
110,804 110,804 00000000000129a670e6911d7dee81aa49ecf01a9174ec2c0d84edca61c846c6 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.66 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,654.24 GB sent, 96.18 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.