Memory Pool Memory Pool Refreshing

3,456 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,477 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (623,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,867 283,867 0000000000000000c4e6efa99dd6ccc15f9af26c25c829aa69f127fc9f6f0cb9 0.06 MB 136 56
283,866 283,866 0000000000000000f0f95b158133c08adcc87e5ceaeebf6aa07c0ec7e36a9501 0.02 MB 73 33
283,865 283,865 0000000000000001abc7cbed733acf5c7ebe1865fb49594e9c2c5640f604caeb 0.19 MB 448 41
283,864 283,864 00000000000000005361e7c9aaacc7824cd3c4e0d3828bec735b98690e7bb192 0.07 MB 167 39
283,863 283,863 0000000000000001ef76dd9bce976bc4eebd561ce63d9203dc221782d87b0544 0.11 MB 225 35
283,862 283,862 0000000000000000e8f42612e1a4da5949757280b627770fb37ed7ee933c672c 0.07 MB 162 46
283,861 283,861 0000000000000001dd9bdd5eaf7757e37e6ce6373af9f7658718282bc89abe59 0.05 MB 64 26
283,860 283,860 00000000000000006ce5ae58485484ea6c7b3eb25eff3fd79afeeadaf67421d6 0.29 MB 668 44
283,859 283,859 00000000000000014d114ba7fb6782391710fdca19167d1732082acb27baa85b 0.04 MB 74 31
283,858 283,858 00000000000000005a388a19de12254f6b9cc203d736664434032a9c4da80b20 0.07 MB 74 23
283,857 283,857 00000000000000002bd485789d9c0a845ffafbb213896b959aa0cb38dc2ed47e 0.03 MB 34 22
283,856 283,856 00000000000000012ce77856e3c09a63791e8755e2ac2be49e3be684d250a628 0.01 MB 15 44
283,855 283,855 0000000000000001811fba2c662228f04a420bb874b8ee44756fed205450caca 0.17 MB 323 40
283,854 283,854 0000000000000001daf3c778b2e56374ab1c3cb54ded45a46e2dd0952d91040c 0.04 MB 85 34
283,853 283,853 0000000000000001a950044cc53b4fb2c06fee45c535960434139fac9b748f98 0.05 MB 110 36
283,852 283,852 0000000000000001af649f6d425d42a106360def76b3b6767a00022e87227669 0.34 MB 667 34
283,851 283,851 0000000000000001395f6fda19f25e1208e537c92c663132ef9566e2a4951b2d 0.09 MB 159 14
283,850 283,850 00000000000000002302b4d9f8d8047047f96e88d4b5f51a74f24dfeef50ad1b 0.01 MB 33 43
283,849 283,849 0000000000000001d92dee701dd585bf71fa770403f17a50c9c5e2370a6e6fb4 0.15 MB 293 36
283,848 283,848 000000000000000065c6897ffde8d3d649d20b2d9860924fb3f425e322037689 0.16 MB 335 36
283,847 283,847 0000000000000001bdbe6fde8e489ddb5d0d571e6b742f4dc031b6c06f427293 0.04 MB 59 30
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.31 GB sent, 93.78 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.