Memory Pool Memory Pool Refreshing

1,099 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,083 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (845,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,176 63,176 0000000009450bd8ed90bc487fe637eb70e10489ca773a75a0bdaae96db8a4f8 0.00 MB 2 0
63,175 63,175 00000000001a2a4d3eeaa6d6b3b4ac1591111ab49642f2a7444f83cb440702d5 0.00 MB 1 0
63,174 63,174 0000000000099996c2c1202eb0e86035fd0aca5abc01faaae1e84c71e97672ba 0.00 MB 1 0
63,173 63,173 0000000004c620da4c66582b37d8b9e010321d0dae58cb8cec89fd39052b7100 0.00 MB 1 0
63,172 63,172 0000000001d48f0cba627e1fedc88ef65d0f17983ee69a45493c53089e7a8350 0.00 MB 1 0
63,171 63,171 0000000002c3742c5f547a167d7ba68d75e0b92a7e08b9107d26458cd2761e57 0.00 MB 1 0
63,170 63,170 000000000177857a82d0b94228b2cfa166dbd03f8bacfe9d425e7738f6819112 0.00 MB 1 0
63,169 63,169 00000000022c6e9cf4862b131a8149c050fee7789c3d5833870e72fdf3952de6 0.00 MB 1 0
63,168 63,168 000000000bdb2c3331ee1eecebef53f16d2ff23f42ba89b2fd45c86cb945e843 0.00 MB 1 0
63,167 63,167 0000000006655d1b798364b0074c4a28b82ad8069c23f044ab94d401cf5fe7dc 0.00 MB 1 0
63,166 63,166 00000000022badddde65290e81320bf07a8397588fe015aa2d13538b330cc433 0.00 MB 3 0
63,165 63,165 0000000006a5e61cce1a640d46ef988694484fa9e69f5266fdde145093d46859 0.00 MB 1 0
63,164 63,164 0000000008f7c2e50195cd44a52ad25a5b9488a4593bd50fa67d007e92dcff22 0.00 MB 2 0
63,163 63,163 000000000235085c96bd986bd0f51925515f2ad16e86bb8f1cec5530c88ed6f2 0.00 MB 1 0
63,162 63,162 0000000004ab948efd1ef8e99a4902834539492b1045d700b66e3b6aafb32d61 0.00 MB 3 0
63,161 63,161 0000000005262bc1472fcf29122163b98a0d4bdc1ee44928e82615b14d78855a 0.00 MB 2 0
63,160 63,160 000000000bed8de3379fd8dd57a4a9fc09c197675946a2637749f337f399f1ca 0.00 MB 2 0
63,159 63,159 000000000a965dbe161a833f75043714f7d5cf8f877c4fac129db91bea531049 0.00 MB 1 0
63,158 63,158 00000000049a971f1a1623e3167e2e4f76f497ec0d54ce41da2a5d36fee23197 0.00 MB 3 0
63,157 63,157 000000000044b8dc25ad087dc58d3e88eb21c2e0a0da58e7802e247d4abad9ae 0.00 MB 1 0
63,156 63,156 00000000076f9a5e93981f36d483007ec8c06750ee5a8f802fb293396bca49d2 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.