Memory Pool Memory Pool Refreshing

3,649 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,992 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (87,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,849 819,849 0000000000000000000260ecd3f373fdfee491c745bb07cf3efa5cab2b803bb8 1.58 MB 3,810 216
819,848 819,848 000000000000000000001d0a60cb2fd984def9d4d5b8013b014f71aef7879b33 1.71 MB 3,992 165
819,847 819,847 000000000000000000023afce392c6189b7a5e7e4341d479531903ae6902ff20 1.79 MB 3,382 185
819,846 819,846 0000000000000000000020da80b0d4fa3b0fe0e02ea30a18935e76aaf8f813c7 1.71 MB 4,378 203
819,845 819,845 00000000000000000002070e39c66a9930ae5d9c11d6999f8509ec24f13adaf9 1.80 MB 3,324 235
819,844 819,844 0000000000000000000316f95ff702112e6b9183eb0be5c186c1d7a0d5e8f22d 1.84 MB 4,567 185
819,843 819,843 000000000000000000014ff328f43062717095e977b20175857a40baadcb47a3 1.80 MB 4,651 176
819,842 819,842 00000000000000000001968def73fe15fb54d310bf8e753a2b797e4394f59916 1.48 MB 2,214 134
819,841 819,841 00000000000000000002187b5c07a67de907399016be062ae8f61ac4ae4d797d 1.64 MB 3,702 147
819,840 819,840 000000000000000000006b85a348adb77e0c964b627c145571eee9fe46898b8f 1.74 MB 4,488 173
819,839 819,839 00000000000000000003d414518c5d467dc25006d663ad84dd9c5d738fd85e59 1.64 MB 3,956 170
819,838 819,838 00000000000000000002769998df09364efdbafd81cb51317eff6c049b8c2072 1.75 MB 4,116 156
819,837 819,837 000000000000000000023aed417e7c76288586cdc1b81502aa334ef038eb5c3f 1.81 MB 3,048 161
819,836 819,836 00000000000000000001d3b780c94b7d7654e6c86ada9f442a70c1b9a97649ac 1.86 MB 4,084 179
819,835 819,835 00000000000000000003e45defcd7154b814e50d7e9c6c21e06edb8e6682fdc2 1.84 MB 3,669 146
819,834 819,834 000000000000000000021da7c04b59ef8b0b5de6916aa2fb80c7f3f88dc4f752 1.71 MB 4,374 164
819,833 819,833 00000000000000000001fdc7064b0cb159d9f1ff235fd79b59de532dcadd7677 1.79 MB 3,540 170
819,832 819,832 000000000000000000027b5d4dcf078f1d70a2c20ea5151579401e70ad72f36e 1.70 MB 3,832 180
819,831 819,831 00000000000000000001b1acd3a32cac7a5d0cbb203519e52cf2aa185cdc097f 0.00 MB 1 0
819,830 819,830 00000000000000000001bf80bc2c98714f0fd84195d60b2b4fb84875090533cd 1.79 MB 4,837 207
819,829 819,829 0000000000000000000063e80b1c87d6ed7080ea7c378762193d6976c131570b 1.56 MB 3,511 207
Previous 10 blocks ↓
Total Size: 769.13 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,631.13 GB sent, 93.54 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.