Memory Pool Memory Pool Refreshing

5,151 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,443 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (813,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,838 94,838 000000000003b13794546b2cb336bb7ad31044409faf2c88d18ef649b7e21657 0.00 MB 1 0
94,837 94,837 000000000004450a1fa14e83cc8e6291ee0de15509196ab36f0416b941a37551 0.00 MB 1 0
94,836 94,836 0000000000016f9833194a56a581eff9be72aca3e1a5c30f8892d72a5de78a31 0.00 MB 1 0
94,835 94,835 0000000000056ef3e35235dbe4a79215cd7cf893e97209e2830728daf9ce23d8 0.00 MB 2 0
94,834 94,834 0000000000080150b97c35e906289d54daa48ec7479c500d8f6ee058df67821a 0.00 MB 1 0
94,833 94,833 0000000000018e4a02b13d39f6cb56bdf064829bc3404033cf1852782a90f838 0.00 MB 1 0
94,832 94,832 000000000002f3370a5190c5d5896ba9bb1ccab5a24f736e40cb5799ccca31e2 0.00 MB 2 0
94,831 94,831 000000000004e45d9c0937ed897712ee04306e32a8f4291db093fb3ba3bfa3f1 0.00 MB 1 0
94,830 94,830 00000000000350b87a07dc779bc0b4e9304a5cb8d5d0877676bc8029db68b9bd 0.00 MB 5 0
94,829 94,829 000000000000d5fcf65aff7af63b121ed40cf031a90ae092f5a4ed90054a7443 0.00 MB 2 0
94,828 94,828 000000000000c2d9a4a9016945c55fc07820226912a2e9598a1f4e6218d06643 0.00 MB 2 0
94,827 94,827 000000000005a3a31a15fa2e635cea4dcecd9bd01d4c3eb8c26b55a07861a60f 0.00 MB 3 0
94,826 94,826 000000000006c766b60a6a52273dbedb7750a9026d96af85c50de2b332f5000f 0.00 MB 3 0
94,825 94,825 000000000007767d9db02f0d430d6513ef713c0bab81bd6e4361b0219ee5fb13 0.00 MB 1 0
94,824 94,824 000000000005b0085901081c1cc41e76137a9a91b2e0650ec87ba628330a5e12 0.00 MB 2 0
94,823 94,823 0000000000013428014ddb7b3c4f1a6df2f0df156cf7ddf01e12c204bfd81300 0.00 MB 4 0
94,822 94,822 0000000000078b1c716c78f26aec165fc8562910a58508fee6273f3284b020aa 0.00 MB 2 0
94,821 94,821 0000000000059caf2064b90a39eda5a44579356151ef7e2fa698b53d68c620a4 0.00 MB 1 0
94,820 94,820 000000000007284161ff9be853a049c06935480a732a8dec7372decefeda7557 0.00 MB 1 0
94,819 94,819 0000000000045fc0cb477fd408b0c5097c55ef69f4af6f3a412aec4db0a0caca 0.00 MB 1 0
94,818 94,818 0000000000057169aa921235c9d680a38346c99de7dd0c7a181cd0b413bda6fd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.45 GB sent, 102.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.