Memory Pool Memory Pool Refreshing

2,455 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,766 (594,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,225 313,225 000000000000000033a475a2ceec329f116d94d0899215ae2217cc0f26d00dc3 0.05 MB 94 19
313,224 313,224 000000000000000020552b8fc136d210dc26fce7cb6b9a5fa9cf045624a20bf0 0.16 MB 242 35
313,223 313,223 00000000000000000a6b510980a34e5f25be17c55c29eaf5ad3b8526923f6d5e 0.18 MB 265 25
313,222 313,222 00000000000000000d5aa024ff7cdf31d27c4d3b2a0f33e4c3ebe5ecf3b1a39f 0.07 MB 167 32
313,221 313,221 00000000000000001185fce5d72d29b67f4738d4ae14641acf3aca6eed167f28 0.28 MB 323 18
313,220 313,220 00000000000000003a41e8e7d74d07c9d20ec18041e140188a3046c3b573489a 0.35 MB 805 32
313,219 313,219 000000000000000020cc6b77b91f79b09a5f41b9b900c5ff7002c04e386aa237 0.38 MB 581 25
313,218 313,218 000000000000000025be8cf0904b82d5f289aeac322939f4a459c154c74db0c5 0.20 MB 156 18
313,217 313,217 000000000000000001d8634eefa160d6e8df7543d03589c80ac0359ea6202cfe 0.27 MB 212 15
313,216 313,216 0000000000000000361d72512c379179898dace9efedc0289ad6c2d61597c55a 0.75 MB 1,048 21
313,215 313,215 000000000000000025d3b34c9916b0f3cf6bf2d039d41cdb2cd4de28c5263616 0.35 MB 1,179 50
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
Previous 10 blocks ↓
Total Size: 769.10 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,629.22 GB sent, 93.42 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.