Memory Pool Memory Pool Refreshing

2,195 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 2,177 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (283,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
623,937 623,937 0000000000000000000ac66a7108e5d4d17e6ffb358a78517590e18ed7a90563 1.41 MB 2,475 33
623,936 623,936 0000000000000000000e1faac50114dbcaea491fe5a48c103a52a6e68b656e6c 1.38 MB 2,128 30
623,935 623,935 0000000000000000000c29715989461203a5dcdff82cf740f0d701bbcc75223e 1.31 MB 2,519 42
623,934 623,934 0000000000000000000f875d0f141d955c936d0ffdc9f6bc250407e8ad1c8cc5 1.76 MB 449 4
623,933 623,933 0000000000000000001057ed110166fa942c8e0f8a6f0931750758c00a4ce5ac 1.39 MB 2,157 7
623,932 623,932 0000000000000000000176eb6f75272ef4affd65b01c897a12c4a551c77a792e 1.21 MB 2,861 19
623,931 623,931 00000000000000000002ac3fb11c6c4fae757aef2e5e04003f47b60f98304b14 1.17 MB 2,515 17
623,930 623,930 0000000000000000000d81816944faa81b30f8f5709cad717aa90b46eb0b031f 1.12 MB 2,114 15
623,929 623,929 00000000000000000002ff7a49ef1d3b294d2441d7f8665f10c070f6f49487d6 1.21 MB 3,063 14
623,928 623,928 00000000000000000001bed2caec4fc9c2722ca581e61bca14c814d77a50520f 1.36 MB 2,250 15
623,927 623,927 000000000000000000120cfb87de9fe7e33226dc47648f940d33b56f8e8cf116 1.30 MB 2,945 32
623,926 623,926 00000000000000000013e27496b1b0bc69ad87869bd73ace663ad9e0c6db130c 1.23 MB 2,849 41
623,925 623,925 0000000000000000000d12b673fe515335ffe36a80471e66ffa8c0506a68a515 1.25 MB 2,873 40
623,924 623,924 00000000000000000003026e9079514eafe5ed774b588e7c492279d82ded699d 1.08 MB 1,321 12
623,923 623,923 0000000000000000000650bb09a47c1d33f20c38033b75adaba9bd81511170da 1.09 MB 1,723 13
623,922 623,922 00000000000000000001ac97dfdbf61bbed3ca1bf49bcfd75df37bf53b7e8a02 1.21 MB 2,163 28
623,921 623,921 00000000000000000008462c5d086c4b52818cd7b4773fba7d81baaae508d78c 1.21 MB 1,766 21
623,920 623,920 00000000000000000012a3e3f09ed1b5d58495988255b4db54a0b939f645f586 1.07 MB 1,380 48
623,919 623,919 000000000000000000033cd7bf1a426c86fec58d760a5e475cc888552f2cab71 1.22 MB 2,286 49
623,918 623,918 00000000000000000008cf53340d39b821a54eb0a9cb57b2ccaca227cf023736 1.28 MB 2,531 38
623,917 623,917 0000000000000000000585fbc1e3521be58d22b4a2256a7769c2754c67f45f95 0.57 MB 956 18
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.33 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.