Memory Pool Memory Pool Refreshing

6,315 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (631,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,263 276,263 0000000000000000089ca1981ec80b601845106da0d4c7291c4d074513bfb629 0.50 MB 1,141 56
276,262 276,262 00000000000000017f978343478eed46550b281770434183ec8ea953392834ea 0.19 MB 453 65
276,261 276,261 0000000000000001313b717c390e01b588bb911cd131b249492eac809cad8be7 0.15 MB 306 44
276,260 276,260 0000000000000001bd67503b1174ba8386813e42f884596621f2544c73d6600c 0.75 MB 1,354 38
276,259 276,259 0000000000000002bfd93dbedebf728959b25c37598ac76570ac9c6eb892a629 0.03 MB 61 100
276,258 276,258 000000000000000275aeaa88e4e3f0f2220abd49a0a265b77bf650f501bed6da 0.02 MB 37 31
276,257 276,257 0000000000000002b0db0268f7c665201f00468fd195096eeafc4362054f10d1 0.19 MB 382 53
276,256 276,256 000000000000000016d0220da86157a1fbaec663348d259da8d2959e9361258a 0.02 MB 41 38
276,255 276,255 00000000000000006ad8df3a980d3a4e4664dad985ea95b5965d9f5ce7ce5fd3 0.14 MB 268 42
276,254 276,254 000000000000000302f8a22dd492f8d268e534e71414dd53077293b47ef8046c 0.11 MB 137 23
276,253 276,253 00000000000000025f8f2d624c064f7599e081e644dc1bac7501b70b0ba2a983 0.02 MB 46 11
276,252 276,252 0000000000000002e3c62f4fa1aefa7a9a900f670891f990d00a215569b5b197 0.18 MB 354 55
276,251 276,251 00000000000000019f77a0aec3da42c9f944e6a6b0a70e6d245e7a4a470644fe 0.19 MB 340 39
276,250 276,250 00000000000000018a815294d006b6244d11cb451ddef6ad13ded68aa8e626cf 0.03 MB 69 48
276,249 276,249 000000000000000198726b162f9a1ebbefc7eed8557bcc8cf45f0187f0c03538 0.09 MB 200 43
276,248 276,248 00000000000000031c65bff7812307b2fe126f423694d1ba7e39e93fd86f1e22 0.18 MB 429 54
276,247 276,247 00000000000000009b8f7d28f90e1469088bc14c88b18a12ce7a5cd2e17aee93 0.15 MB 206 18
276,246 276,246 0000000000000002f188a8df3660e2432d297201341e25be5138a4413c61218f 0.25 MB 692 70
276,245 276,245 0000000000000000c69cdb60bc3b5cc01f77b3f208fba1a39f596c24f6653ff0 0.39 MB 771 39
276,244 276,244 0000000000000002404f90083be3408d4ebc37ad1716a0efa25233e479121054 0.03 MB 26 60
276,243 276,243 00000000000000032acb0db59cba7aaf918ce67230f3b7ab7d14cd193b470034 0.25 MB 693 55
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.