Memory Pool Memory Pool Refreshing

303 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,945 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 288 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,944 (716,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,204 191,204 00000000000001d3b76875e15e52b1de5b31e5a1f426f61a6d5d6c741609d1d5 0.00 MB 10 0
191,203 191,203 000000000000076af0b0db4fb5b7d3dfc6282b6e98c88bbc022ef8dd52af2218 0.11 MB 256 117
191,202 191,202 000000000000067e9e27640531590c854abfa75d7e3bb5c33be0eb00d72377a2 0.00 MB 9 752
191,201 191,201 0000000000000273b020ec9c2433d0ef9fd21d55cc89844dc568a9340aaf9f86 0.15 MB 468 152
191,200 191,200 0000000000000318767c948783cc082e8cd1b58689d5329842097e5e882861fd 0.05 MB 142 111
191,199 191,199 00000000000001f322a6c44dad5878f04e141f5e15c0f98db277f1a7cc64c473 0.02 MB 58 148
191,198 191,198 000000000000077b72f133b1d2e3798b60bed13f59b3ff234758454d45e90d57 0.06 MB 137 119
191,197 191,197 0000000000000691cca2a602fd3f8f93238203abe72ca7a253d43b6566de3bd1 0.00 MB 1 0
191,196 191,196 0000000000000265db8bfd10e69a5efda68bb1fa7f232a07a3cc44df732315ea 0.01 MB 32 178
191,195 191,195 000000000000043446ba965b884471eab59ed961ef29c59e3b07bcfa318fa130 0.13 MB 308 118
191,194 191,194 0000000000000463f6e1509fa8fafded03997b102675c48f216a4ebfaa4f7d86 0.02 MB 66 117
191,193 191,193 0000000000000565ef395b9dae73218f0ee38f06121943620cc5908ab5f7ffcd 0.00 MB 10 30
191,192 191,192 000000000000065e9660187f6f8977ab83ff5c666f0f1446a83be33e82ab138f 0.05 MB 135 61
191,191 191,191 000000000000075942a086fbfe278e728ce3e7ced18b997e68c8085f5dabf834 0.05 MB 183 41
191,190 191,190 00000000000003b927680a108e0806e9032f8b80ff54ad9d89e065026d827d00 0.00 MB 18 59
191,189 191,189 000000000000023855639d7c8d1360820eb2f265864a002a03054373b6c8f38b 0.13 MB 274 123
191,188 191,188 000000000000081706606019d242de0594373156533f0d4bd774dea0e784e53b 0.14 MB 286 102
191,187 191,187 000000000000042bf38a0eb9cff0f5ee7df368225c9ceb089fa89dcb73325b42 0.12 MB 375 149
191,186 191,186 000000000000045a0499dffe197f2e0079d5342b57996e49a34edb19eb870656 0.13 MB 328 110
191,185 191,185 00000000000001269a1a5c48d303914ed400b4ffdcd5ffdda5b59f00a70f0829 0.09 MB 172 100
191,184 191,184 00000000000004bfe965503c9e08ffdaf209bc75c1ff05772977eb78da6469ba 0.06 MB 119 71
Previous 10 blocks ↓
Total Size: 769.44 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,645.68 GB sent, 95.13 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.