Memory Pool Memory Pool Refreshing

311 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (687,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,122 220,122 00000000000002db960afc1db236ff884b984df25f1cac17c1d9a37837b4fe2f 0.46 MB 791 169
220,121 220,121 00000000000001620fc1d82f71512fee95574c630b96560bf63996282a454990 0.22 MB 439 176
220,120 220,120 0000000000000288ed4db2bce8f69a8c08006e3913c438ecc1c88607f5032a3b 0.25 MB 555 177
220,119 220,119 000000000000014b8ebc289046b188a6da50f013cabb69acd5af077bd0532442 0.25 MB 647 255
220,118 220,118 0000000000000424753c86dab2500960c9548b8ff5e0f2274c10e10a08662b75 0.17 MB 315 141
220,117 220,117 000000000000020a36b4600e143a8e52ed6dbcbf67caa446c5c4e2e6428b4a39 0.25 MB 775 288
220,116 220,116 00000000000003a03de28067627797f927ef5dac6b0f6eadf0f5f0246defd17d 0.05 MB 87 50
220,115 220,115 00000000000000ebfab86de43954410d88ba4bf7fc8add64970f408e30c9f367 0.01 MB 37 212
220,114 220,114 000000000000008fc1465ad78ee9d9bd3af5dca4662bb8920bba4dde77376d7f 0.16 MB 311 181
220,113 220,113 0000000000000009a820b4032424927d995bfb1f042e4342bd14afcce1c07f81 0.11 MB 246 201
220,112 220,112 00000000000004c97cd9b2073afc373edda69d9a952b1ba021a5c4a1de293dfc 0.05 MB 118 122
220,111 220,111 00000000000001d90bb1f985f25375b5fe2bf17f0fccff2d875adcfb6c664aee 0.24 MB 393 128
220,110 220,110 000000000000036c5588dc6b41c1839c24d31bd3f6c243e2f40e2fb996130a00 0.23 MB 512 177
220,109 220,109 00000000000004506c43d784cd42fa7ff16acda2ee522a8367224c3c6a3806a5 0.25 MB 651 205
220,108 220,108 000000000000007cf3d8b4ef0cfc8b68b44f61370cc4e9acb378eb8cd241c260 0.25 MB 676 192
220,107 220,107 00000000000001e8946bfe7f01ab131b3c2eb4d1c06feec1dd37e07a127a64b9 0.28 MB 504 148
220,106 220,106 00000000000000bc4fd7421d2db4098382a7fa56fb51cf50ffd75dbeae84cc67 0.25 MB 622 194
220,105 220,105 0000000000000407822ee9ec72ad3ddc25389dcec043769b262cf5fd9fcf268c 0.25 MB 830 283
220,104 220,104 0000000000000243380f496699682a479f8517f9612ca54d31ec8ab05898ba8b 0.25 MB 614 229
220,103 220,103 0000000000000171f03febc59adf1120f95f3e9bf09ef868d775b2f9eb1bb339 0.34 MB 527 124
220,102 220,102 00000000000001cc37487201398cdf1a0188b77180844f9ad9b56017998871ab 0.25 MB 538 168
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.