Memory Pool Memory Pool Refreshing

15,656 transactions (3.65 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,178 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,015 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,177 (818,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,218 90,218 0000000000075ce67930f21cccde01e5417a0797a446dd3a83a78a5f31e0fe4e 0.00 MB 1 0
90,217 90,217 0000000000001014cb7d3ef209661e81092afebfa566dd69ddf791b1fcb5fb3e 0.00 MB 3 0
90,216 90,216 0000000000106f2c8dfe99758921628eb13e5881374a30d6752ec85e12f65a06 0.00 MB 2 0
90,215 90,215 00000000000101727d56fe83b2e6710ffd22381c0022993b2f1a30f30ed9ceb5 0.00 MB 1 0
90,214 90,214 000000000007bdc98c423277129ce56ec6fecd119fe1caed8599189dcb2ada61 0.00 MB 2 0
90,213 90,213 0000000000102b55ca658783b5ca70b96777d53321623ce58110d8e5e0e029c8 0.00 MB 1 0
90,212 90,212 00000000000db62f5bafa8564d0ba043dc4e58681e4b5c4206b6ac83d7aa82d1 0.00 MB 1 0
90,211 90,211 000000000002b580f576d75bbc246faf6494f4994806bac83f89fb6a60df909f 0.00 MB 1 0
90,210 90,210 0000000000009bd04648fdcd1c07a753a2fd161b9bd3d35f96f558ba6bb5f0da 0.00 MB 2 0
90,209 90,209 000000000010bb2b63b9ec31960436a83e6fc5d9c9087ddb13271dbf3b0661b5 0.00 MB 1 0
90,208 90,208 0000000000011297fed5c5ae08c20f091c96823143b20eea016459618707a323 0.00 MB 1 0
90,207 90,207 00000000000131c4c6aebb513f0ef3b07c35ee6ee943bc445af37f3f0c42aa34 0.00 MB 2 0
90,206 90,206 00000000000bd8492d3694f12187b96ba3a3f91d73e2b9563750d69b1a7adf27 0.00 MB 2 0
90,205 90,205 0000000000044ca63d1386e34d899bb9ecb4b0fa0d4c9dab4e06f10364ce8650 0.00 MB 1 0
90,204 90,204 000000000004773a151d5afd22d49e456a268ca1e4973a4bfab46faa9d07870b 0.00 MB 1 0
90,203 90,203 0000000000076d358d370bd5a26a847b6c8102e33c794aa4fa2e30c3c67ec678 0.00 MB 3 0
90,202 90,202 00000000000c3789a0883223c2dc56608d83289265e7df136d684cc1d46225c8 0.00 MB 2 0
90,201 90,201 0000000000116a9ba9cbe82628e9a330f2067c6dcb70df4f7c837ef0d8b651ab 0.00 MB 1 0
90,200 90,200 000000000011c72d2442ba84dc44db54469721c2374f809694acc82ef76a5919 0.00 MB 1 0
90,199 90,199 000000000002beb4c7052f2efb9d59b5c33ab4e31c449801d93ff8294bed6bd6 0.00 MB 1 0
90,198 90,198 0000000000055d8ba6f4abf06f9819c9d662dfcff6aef47ec908950fea67f098 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,985.46 GB sent, 107.08 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.