Memory Pool Memory Pool Refreshing

6,450 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (594,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,214 313,214 00000000000000001e8c034cec9e4703955b052dd7747e175dfe1a8f7b3808f8 0.15 MB 244 26
313,213 313,213 0000000000000000348a2ee1363aff48e8405c522f8b2d9217ce0bd657531ee5 0.00 MB 1 0
313,212 313,212 00000000000000002f994b176bd4ab27334cb37a6554588e32371788ec5c0a34 0.16 MB 264 25
313,211 313,211 00000000000000001a6c1a299f5615b203e1cfb94e05914233b58a8b655802d4 0.09 MB 150 32
313,210 313,210 000000000000000037da7dba163caf7545b9d30f0d106b944e3848aaf467eea7 0.33 MB 619 31
313,209 313,209 00000000000000003616bf5a55d452d4295a818926a8ed8f7ecbeed94bf85092 0.03 MB 45 26
313,208 313,208 000000000000000011c2f3db7bf6ca827c2848bec90299c0d218b973af673a69 0.10 MB 155 21
313,207 313,207 000000000000000018e51c862dfea33c674b69c6e15f43f0f05cd424ea88f726 0.04 MB 128 47
313,206 313,206 000000000000000006d2d1f8264004ffde2f10f8c7d612fc5bc323755416d1f3 0.47 MB 832 31
313,205 313,205 00000000000000003089f66b184039e0f1be7e733761b73a1459bfb5800a155f 0.05 MB 89 19
313,204 313,204 00000000000000002f86209c9b0d29a0b6151982d0a2ed975f5cd19079c3ef0a 0.40 MB 711 28
313,203 313,203 00000000000000000d49c6310eb359fe534910cb48c783099267431c86cd1c36 0.08 MB 61 9
313,202 313,202 00000000000000001db84d3111c1c435c4dceccaaff3e780e96362cd69e5dfa2 0.22 MB 283 19
313,201 313,201 00000000000000001e37d09ced96da86cddf7f2cbd39cabe87134145195c94b3 0.18 MB 512 45
313,200 313,200 000000000000000000b4c14c50ff7840b46d5eceb739d15d3f116a0b45232413 0.19 MB 314 25
313,199 313,199 00000000000000003388597f0af5b1a42e157b5d0b393cc81a22eaed5c34dd57 0.40 MB 578 25
313,198 313,198 0000000000000000303c0b69515e7e58ad544cbfeb24356fe6b5addb5eacf12d 0.12 MB 256 24
313,197 313,197 0000000000000000363b0a6315e70fcbb2b12125eabf20e148a5e30d5e473993 0.25 MB 737 41
313,196 313,196 0000000000000000321e39f5401b55c5774f7769bb59b99c3e1909f0ecc94740 0.02 MB 44 13
313,195 313,195 0000000000000000361dea00a5043a3a0482b56c809583d452e4e62228d37387 0.31 MB 351 20
313,194 313,194 00000000000000000104953cd56bd59b8584fe9c53505e4cfb406a0175571854 0.35 MB 790 37
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.