Memory Pool Memory Pool Refreshing

4,230 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,134 (797,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,185 110,185 0000000000007e397c613ae638a2cf5297703138e84ccedcf0a0ea0fb503afe7 0.00 MB 10 0
110,184 110,184 000000000001c7d61abf60aa6b1f63e6bb2debeeda25238e10f70fb093fb6344 0.00 MB 13 0
110,183 110,183 00000000000163d2c3b82cc14d0b884326e114d93cb8ef21cff704d167c13a5c 0.00 MB 12 0
110,182 110,182 0000000000002ee375e521010ccfb80f7c3179634cfb1fcdee84e569f76460a6 0.00 MB 1 0
110,181 110,181 0000000000009afde2e4feeae37bfcaac4e640cd5aa28112fc87d652ad52ea23 0.00 MB 12 0
110,180 110,180 0000000000019f209c16296521b44c0bd3e83845f93350c84cb7ac16165243d9 0.00 MB 18 0
110,179 110,179 000000000000180234bab93399bde221af52114a3bf6397897443a6fe0be0de2 0.00 MB 5 0
110,178 110,178 000000000000885e12752ef24f1f15d56513a6cd7385a01f5b5ed94465004982 0.00 MB 7 0
110,177 110,177 0000000000010afb020baf42a8243419d80a2d8e63f37a29662c55dcfe428128 0.00 MB 4 0
110,176 110,176 000000000000d67e8d0ecc050296194ddee9040505b61d48dbd2570201e17dd8 0.00 MB 12 0
110,175 110,175 000000000000ead3e2e107de9cd6558a2a4c1a882f5bfa4e837af381c7f2bb4b 0.00 MB 5 0
110,174 110,174 000000000000f50595f84bcdc6939f8a2d67ae125b62ce2571f8f0fa83d82283 0.00 MB 6 0
110,173 110,173 000000000001b4ef54cdbc377781d66fcf66cfd96d8b5d966bb69a91126cce0e 0.00 MB 1 0
110,172 110,172 0000000000010eeed7dd3801b067b71d808fa900c68e320146ab117d4177d8fa 0.00 MB 3 0
110,171 110,171 0000000000019c3c7e1072bf60a67d570ce9e787327bb596630c14862b998445 0.00 MB 2 0
110,170 110,170 000000000000fd644cc0c93a6c2cb8b053d3bf853cce25669f108e0f24939151 0.00 MB 11 0
110,169 110,169 000000000001260d9c7f6e1d68096e0f096c635361b372fb8ddae8ec7eeeb201 0.00 MB 1 0
110,168 110,168 000000000001bf08d1048a528cfde988f6e1b9ee20d3fbf26f5bf17ec08836f4 0.00 MB 3 0
110,167 110,167 0000000000011f75a6b653123a249f39c49fdcc14f2c5bd13f95dfeec7f1c172 0.00 MB 8 0
110,166 110,166 0000000000015d53b8e69c8352c31069bf82860a605864cdebf2dbe126546bbd 0.00 MB 4 0
110,165 110,165 0000000000004623bfc8a08984ecef88e8b3afc158f10732e783470f458a1148 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.39 GB sent, 96.89 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.