Memory Pool Memory Pool Refreshing

17,528 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,796 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (715,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,236 192,236 000000000000077a2757f13b15c35e1b5e220e55a091965fdc146c8b6f9afa8e 0.13 MB 310 141
192,235 192,235 00000000000005df83717e53d9274fe140d2a74b1f2b4b210e17f90a7a4169e7 0.14 MB 256 70
192,234 192,234 000000000000028eddb26bfb14644595a54e13291e393b7cec812322f5eae8e7 0.10 MB 208 137
192,233 192,233 0000000000000000dc6ea3297871cdae07f941bbdd157fa7ad637f6020ac44ae 0.01 MB 23 14
192,232 192,232 00000000000006aa8235c70d83f835dfb82e6893082921e2465129f13023eb56 0.08 MB 71 68
192,231 192,231 0000000000000381dd09f4f0f1c1ff212491636df30298aacdc6350816d2a9c7 0.02 MB 67 83
192,230 192,230 000000000000003be8df7b3cbc5af9d1e0f7888a3912bf8a162f97171bce3aa8 0.16 MB 345 134
192,229 192,229 0000000000000276cfe31bfc85b909957c8743ee6ed26d70824336557c162b16 0.00 MB 10 32
192,228 192,228 00000000000005a313be23a6d56a47b22b121fa2911e59b0eb6cb840b647c95e 0.02 MB 50 110
192,227 192,227 000000000000029320fe46534a47d0446c1a1462ba6ba54992e68f2618652b84 0.00 MB 10 20
192,226 192,226 0000000000000342b63e6461010c80ba7c18eb55b266cff1bd3579d38c8b589a 0.06 MB 128 188
192,225 192,225 000000000000081285b82fd43ca1bb630c128d12d44c6c4879c7401d70ca8fcc 0.03 MB 92 14
192,224 192,224 000000000000048fb635cd0cd3b3aee068323a6f4efaf390e4f8b0c930e1e382 0.02 MB 49 132
192,223 192,223 0000000000000764aadae0998686e5f4867b6a2b65a6517d4cf591b735a50124 0.08 MB 205 132
192,222 192,222 000000000000051db7b7bfbe7df22c4cb3bdf52f819fa13cb2035c980f1403d4 0.00 MB 11 295
192,221 192,221 0000000000000052d004c8da93c45a427a4a2337db89bc0bb39b75978fe91ad9 0.02 MB 52 140
192,220 192,220 000000000000044e95c87f7b81b63227bc56a8f68e730cd8b86e4505cfb27d00 0.05 MB 167 126
192,219 192,219 00000000000005ed34e03df4d2fa0f8610786f1d06d1567aa0a07de7341be140 0.25 MB 301 94
192,218 192,218 0000000000000122e3417bc013c4e82efb226092b43e5efc222c30e0ba40710b 0.06 MB 174 81
192,217 192,217 00000000000007a27e0bdb77c3e013ef712432e6c5284548cf6ed9af21d4fd00 0.02 MB 38 57
192,216 192,216 0000000000000714b70b901a128eb96aed7a8878d8befd202f229c58b1558ac2 0.19 MB 510 151
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.20 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.