Memory Pool Memory Pool Refreshing

859 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,009 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 851 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (805,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,125 102,125 000000000000eb033649097c154b9a2fccf0bfb80c2064544c14e54f4bfdd053 0.00 MB 2 0
102,124 102,124 000000000003502593cdf5127fd399ddeb835e08489b2a153fe4ea9cf7c9ea78 0.00 MB 9 0
102,123 102,123 000000000003fdefff768e2f00edc3a9876b1146ffbf5524f8dbd51908b3b62d 0.00 MB 3 0
102,122 102,122 000000000003c13843db674055c7c5a7c21c935ef5f4a40a7fc5050f9e247444 0.00 MB 2 0
102,121 102,121 000000000002992316309b2f3409eccc3ef84eeff0d8e702b1c3e884e48b81f8 0.01 MB 23 0
102,120 102,120 00000000000000f119b1a96b864670830d1d5d69a4f3d96939c97f8312243e4f 0.00 MB 16 0
102,119 102,119 00000000000015a1b3c1f0ce8a4871d081aaf70e710493f17be6b5e1810de38b 0.00 MB 2 0
102,118 102,118 0000000000032d3849a359b6b7ff6ba3c2360878b17f2e9a1660464b31dc3f41 0.00 MB 4 0
102,117 102,117 00000000000155d3a463fec3e2acc97a70962cec4da0b1663550de78872da5b5 0.00 MB 2 0
102,116 102,116 000000000001f83311474b9f251c87c84f5852afecc055b53b1af1e3e7ddea59 0.00 MB 2 0
102,115 102,115 000000000001608dabdff4fc92b945a03d8c2fba8c0fffa3f3f4f1aa1f5d71b1 0.00 MB 6 0
102,114 102,114 00000000000306c0dbac3a9dbdadcc1b6664c915f28fc394baf58aa830f646e2 0.00 MB 6 0
102,113 102,113 00000000000224149a923cffd4353ec9caece16c57a60c11a805d3a07f87ac9f 0.00 MB 13 0
102,112 102,112 00000000000087e050ca292030991b4ff02defa3508f9a1bd011c4394dc4b246 0.00 MB 14 0
102,111 102,111 0000000000027f37a2d8c8d37ad2421bf7aa81c383bbe47564992b4741e16955 0.00 MB 13 0
102,110 102,110 000000000001045105fbf963410b94e8083af295d89e209b450b395a3c91ddbf 0.00 MB 14 0
102,109 102,109 0000000000011c21e40d640f9a91d5a3507a46d79dd0abd27b4db062a09c4854 0.00 MB 13 0
102,108 102,108 00000000000015484ece38b8d85f44a6bfcb84b80f2aa3ebc0095ca1b1f4c463 0.00 MB 14 0
102,107 102,107 000000000002d7ba8ae093bcff1f208a4f5a129219888cb6760e2397b22a3965 0.00 MB 13 0
102,106 102,106 000000000003a379efe04ffee57b9076efb5a31cc62a55c419bf9d27b4ee8aa1 0.01 MB 21 0
102,105 102,105 0000000000025668882dc0f45780ce6eb68e2f010c7e07a6865cf6945609e3fb 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.25 GB sent, 95.74 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.