Memory Pool Memory Pool Refreshing

1,050 transactions
10.37 vMB
Show Random Selection Loading Transactions
Max Size: 42/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 907 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (902,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,232 6,232 0000000032a84330f142107f584cc68e863e2a95c917229d322abe4c6a8b9656 0.00 MB 1 0
6,231 6,231 00000000db50a10eeeab0f2111c2ddab9daffa42cfdadc5bdf343824f2b22aab 0.00 MB 1 0
6,230 6,230 00000000f7ee7b7d1595abfcf9b2a9d06cb365e11076b97ad6ee2b9674486158 0.00 MB 1 0
6,229 6,229 00000000d03eaa6098f26f0d241b7d7310348f2140256af8b92a13dcfa4dc7ee 0.00 MB 1 0
6,228 6,228 00000000a2d1ca6edd9db559451b983726275adabc3f299baf7eebfcd98454c1 0.00 MB 1 0
6,227 6,227 0000000053e4697b1b98f884acc39ded8adaa934527c974468d5fa3925bda2f7 0.00 MB 1 0
6,226 6,226 00000000deffc03974a267485011beda250fb16aa0fcdc26399c8e6bf32061b9 0.00 MB 1 0
6,225 6,225 00000000ca11e8575b26f7ba2146b171976cb227f2e1193484181ff324226711 0.00 MB 1 0
6,224 6,224 00000000ce58ddb0014222910ec24be4ce393d4319b58ccf1ea02c74891e8c58 0.00 MB 1 0
6,223 6,223 0000000005e8f18e86f55c587101ea0234542e505c81e8118ca1ef6e07a7f261 0.00 MB 1 0
6,222 6,222 000000002426866050252405485d89a58df2f51faab9ec30c9c99b775e389378 0.00 MB 1 0
6,221 6,221 00000000a0488d1f2df2833b8d0205ac5f626840b60531535bad9fbf6ad8f837 0.00 MB 1 0
6,220 6,220 00000000b6f7a2565b3dc0541f01c76803ad67c52d6249fe29d40ed22dd9a2de 0.00 MB 1 0
6,219 6,219 00000000fc3ce6b6f0044b2de74bea67c131ee059456ec011862154045b643e6 0.00 MB 1 0
6,218 6,218 000000004e246d1a127ecb39813359b04b012968d590609d3dcb319e85447e24 0.00 MB 1 0
6,217 6,217 00000000f5958051f9bb3989f7445a0f3f052cf4edd882bbec5001ad2346d20c 0.00 MB 1 0
6,216 6,216 00000000c6e12494172cb98d60bc2cdba56bd19b7ca902351ef78280443e9f8c 0.00 MB 1 0
6,215 6,215 000000007aabdb1fa774c5cee7bb4daca791ec5ba0c2dd3d110129526477acf9 0.00 MB 1 0
6,214 6,214 00000000391ccdccc5b028199f8570b6f21f5595665ea6f0416a3c50cf4a283c 0.00 MB 1 0
6,213 6,213 00000000fa194d73503b3c2195de33f526e3ff5731005b93a75de60776a44ce9 0.00 MB 1 0
6,212 6,212 0000000052b0361fae7eb7b7612b34b7c8f13b3d88fb4046af83b3b0e9d2fc58 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.99 GB sent, 98.44 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.