Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,128 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (615,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,202 292,202 0000000000000000274240ad7a3e5de2286e50996002e37da59d07b365f5bdd8 0.27 MB 307 24
292,201 292,201 0000000000000000de8dd5c7ac1962f6246e93cbd03e19e074e68f56e98138b8 0.10 MB 256 52
292,200 292,200 00000000000000004c705e49acf467fc0b67c6eee8b03bf3ab7c327e89664594 0.06 MB 100 26
292,199 292,199 0000000000000000d7f8dcc7de69d559cf6a8d51b3459914596317317af98e2f 0.11 MB 187 25
292,198 292,198 0000000000000000256b1d6957ed21c8121407786a80f1a0c407125d5b4578e2 0.12 MB 185 28
292,197 292,197 0000000000000000bafcaf6a6151820486025270855b44e10eb080ba136d04b7 0.43 MB 192 13
292,196 292,196 0000000000000000ee04d629136ebd522251d2d0dd5e9e42e53f5af8098b1d3f 0.35 MB 772 38
292,195 292,195 00000000000000008879c0975928a3639ff5ee59f53b46d4e6a54b2b72924287 0.35 MB 927 45
292,194 292,194 00000000000000002ba2c5b6966e2b98067b387c24023d282056c9612699df8d 0.21 MB 347 30
292,193 292,193 0000000000000000063f99ea7ffd35e6866efdb5f78d5a50816fb91a610c7e64 0.01 MB 8 1
292,192 292,192 0000000000000000f8f4cdf0b5b21a5cc72fa28eabcf2f3f10b3d02f71ecb07a 0.09 MB 153 30
292,191 292,191 0000000000000000e9c2ef77a3136afa4c00d08e63931d71c238bbb3d0c54ed5 0.19 MB 348 30
292,190 292,190 00000000000000010063c301c20fe003b8295177285b68dede7ca468a513f947 0.24 MB 468 30
292,189 292,189 000000000000000001e86d332c99d5c922e1c2fc40d62e2744007c12b00a2b8c 0.45 MB 815 31
292,188 292,188 000000000000000060cf11d02b4ae8119b10a751aece5c397a2be3888645dd25 0.29 MB 433 25
292,187 292,187 00000000000000009fc23806e00d182d6d9e31e9d4e2f44cb4102e3a3a759e3c 0.35 MB 703 34
292,186 292,186 0000000000000000d565b772253a6250da1dd2650e880a673b2d0a0239d5c079 0.09 MB 256 47
292,185 292,185 0000000000000000e5f8444dc6e954c4a42189b4cc35a77fd2b1e7bf01712164 0.36 MB 644 30
292,184 292,184 0000000000000000911574c6bdb0a17328d86455ac05980c44324c6188771066 0.01 MB 32 22
292,183 292,183 0000000000000000f1a6edb37958039685d841c1d858da13a0c6672ab59e6de6 0.10 MB 144 25
292,182 292,182 0000000000000000f8a7d17090a16227e841339e18bd3c06346448427fac57d0 0.11 MB 224 46
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.