Memory Pool Memory Pool Refreshing

7,025 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,711 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,095 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,710 (902,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
6,211 6,211 000000006b282401107dde85409af86b2bea8e9dce3d824edb6e3bdd9429cd29 0.00 MB 1 0
6,210 6,210 00000000a6d82049de926fae94a37758bbb5c6ad8a301015b95b05cc096f0de4 0.00 MB 1 0
6,209 6,209 00000000b78bd41246d3bef0b842a8880f7f5c9913fc0efe24fe9a1609cd0e17 0.00 MB 1 0
6,208 6,208 00000000e8c79d2856b69431bdef722ba62ac6fd5eb31bd3dd4485d020c0b5a2 0.00 MB 1 0
6,207 6,207 00000000197cdc6baad2f16e42020aeabff0a4fecb9da955e9fc5d05b92e014e 0.00 MB 1 0
6,206 6,206 000000009e0f57bcddbafced11db614e839dba4a9070da7afb69ccdeb50b2cb0 0.00 MB 1 0
6,205 6,205 000000007bc8e919eee03106ec5c15b9e3f49ca6c33a67bfc70e9ec1b14a0d02 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.03 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,854.66 GB sent, 102.07 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.