Memory Pool Memory Pool Refreshing

17,663 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (630,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,936 276,936 0000000000000002217553b052adbf99474d83aea9b1333e5035868ddbc13bd1 0.18 MB 438 45
276,935 276,935 00000000000000022f1d81992f0ca2b1bd658075a61103155a63201e208e5583 0.15 MB 290 36
276,934 276,934 000000000000000136b5f4be351bd98d799a71c649a502c209e99a284650f2b3 0.36 MB 775 43
276,933 276,933 0000000000000001add7cf0bbc4520992f0c9f4346391273f27a93513a806a27 0.02 MB 27 65
276,932 276,932 000000000000000246ec7f1ec50015d723c7f4d0def1a03fb3c64222f743fb6d 0.09 MB 153 30
276,931 276,931 0000000000000002464a696934a2da5716e5bd3997ad31c1722e0eef2b5cc297 0.15 MB 69 4
276,930 276,930 0000000000000001c46ee9b320eecddfcf969252be307e9750ba1087c32717a1 0.19 MB 341 43
276,929 276,929 0000000000000001ca74de03fd90d531a199e945b3f2e1ce1f276955dc344020 0.26 MB 606 57
276,928 276,928 000000000000000087026b5696286223acd98ce3de64fc13f32a2ebf36d4fc32 0.23 MB 552 64
276,927 276,927 00000000000000015653a2c7c44d3e3257e8eb27443f7b478ef84c6644f0d7c0 0.15 MB 355 40
276,926 276,926 000000000000000071d92c00ad20140432a70a6c94400d1a4eb96388a63023bc 0.03 MB 85 128
276,925 276,925 0000000000000002b845fbff0deee8f022b824a1745f4f0902ad2e262124283f 0.29 MB 662 58
276,924 276,924 00000000000000031d56f4cab713df1068ff9e7824b4ceb0d1be1fe0e82268b7 0.25 MB 600 68
276,923 276,923 0000000000000001f99092cb8770d69dbb7d19b49bf8f8b0c05fbf639aea1c6f 0.03 MB 69 110
276,922 276,922 00000000000000029ca36ff6c955884f8e0622930745580ade55815acd0331da 0.19 MB 429 44
276,921 276,921 0000000000000002405b5b49981da73fcd9724df6b45f3adf2ec74fe5ba4cbbb 0.34 MB 690 58
276,920 276,920 000000000000000089e1f388af7cda336b6241b3f0b0ca36def7a8f22e44d39b 0.05 MB 122 37
276,919 276,919 0000000000000003934e24022cb1d98aa47975322766c72738c3af23c5a862af 0.16 MB 314 46
276,918 276,918 0000000000000001443c5fced403f1a5b228a80c451f293c6b4bd3ca27747afd 0.25 MB 634 50
276,917 276,917 00000000000000015e7e3cab05d9c5bf2a4434214ece687dc59f980040e4dcf2 0.22 MB 394 49
276,916 276,916 00000000000000039e0220be78bcbfde8a089354efcf6fd041820e4be0726b0d 0.07 MB 167 47
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.