Memory Pool Memory Pool Refreshing

3,764 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (721,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,191 186,191 000000000000044a5b11fe8f05c46fc640057dc266175fc7c788c3ea691c60dd 0.02 MB 54 54
186,190 186,190 0000000000000624d5a713c3f63d246277f27965025acbe3b8116cb27a6c0280 0.25 MB 415 123
186,189 186,189 00000000000008ec3e3c5db906f8cb173219ec4de6613b8afd225187ff2e1b64 0.05 MB 136 108
186,188 186,188 000000000000063b50f88bbefd6b0275eea16919b02a26cfe21c55ed8a5649ff 0.03 MB 53 4
186,187 186,187 000000000000049c4d116ea6bcf3aa5267d6fc374815e832b5820bd9080fe25a 0.25 MB 438 135
186,186 186,186 00000000000007b3af04f216252d52e026382d4732c52f55d880c0b7c16012b2 0.09 MB 205 88
186,185 186,185 000000000000028e2bff9fdfffe1b5f49c7647086d6deab005ff6f2fb61a2599 0.25 MB 590 116
186,184 186,184 000000000000025be57b198e4303ff91c7336227810a4fa328d634204da164ad 0.00 MB 10 0
186,183 186,183 00000000000004528883bb02965a97f9ed089fd5aabaa9d9750db95c0b5ad674 0.42 MB 1,041 162
186,182 186,182 000000000000023b0e757e5166a48478a4271f06e133ac68ea92fc25258221d0 0.00 MB 8 380
186,181 186,181 000000000000028f797ffdf383c8dd2b0fd060acaef94bc49a0cc60bed991e32 0.15 MB 307 125
186,180 186,180 000000000000058496677f986d4d41e8dc0df751bedcf36bcd2c36446559be25 0.18 MB 407 121
186,179 186,179 00000000000003cd7f7dd463e8f8a53f24753585f79cbf8444b59e520edee179 0.06 MB 169 102
186,178 186,178 000000000000024881a37b71a77c4d1be65700688f94958aeffd7117b22cdd2c 0.07 MB 115 163
186,177 186,177 00000000000007cf8d8f16d57394dabbb44ecb8327cbd2c17eb75b4ffc304f2f 0.05 MB 128 165
186,176 186,176 0000000000000051f45f178b4650e08e27276086d4801a182b101b5bae0eaee4 0.10 MB 228 109
186,175 186,175 000000000000018b1d7b388b8751c4c2f45b4a82ca794aaf9ef7447d51ba1309 0.01 MB 36 94
186,174 186,174 00000000000002c1032d361b8c638a0a37b84a5d5ca09d53ae5d4cf203768d91 0.08 MB 213 131
186,173 186,173 000000000000066c1c3fd98a80fd726ed12150bf287900eaaa73b8854916c97d 0.05 MB 120 242
186,172 186,172 00000000000007fb1de8e93767b4725ea4916000ef82b3b5aef622ca793f5abb 0.05 MB 124 128
186,171 186,171 00000000000007b6a12deda1914c96f45e6f2becd2ebf1d4314553836d5cac0c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.