Memory Pool Memory Pool Refreshing

4,723 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,771 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (714,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,217 193,217 000000000000023b521800777d2e1761a6da60602ca4cbb2d01f3050680ba4f2 0.03 MB 112 10
193,216 193,216 000000000000083ba46ea1e709d84c4cc7249c1508698612ca575926e8ae2d86 0.10 MB 256 296
193,215 193,215 00000000000001166bced88174a6f16cf647c8b977cd25ccf6b2c3c06b17fc62 0.05 MB 119 33
193,214 193,214 00000000000005ab5de89122020bbb3fb138043a54b59fc1372b0b786e415319 0.22 MB 456 131
193,213 193,213 00000000000000d59df330604d5467d48371967a83a2c0f2eed776ab99d569ea 0.14 MB 256 94
193,212 193,212 0000000000000463ba2ba8f2bbdb811156e8c992aebff3b824038df4c31fdd47 0.00 MB 12 59
193,211 193,211 000000000000042b71c6d8b84f8084e52b20cc1a931fe218b93d2c561ac2e44f 0.17 MB 270 103
193,210 193,210 00000000000000c56adfa219f0ce00200da5c2e83135603ab0c24e020427cb15 0.05 MB 142 74
193,209 193,209 000000000000001e1955c8982f5bce6d09589832025b549ae48d08dc1836cc27 0.09 MB 235 107
193,208 193,208 00000000000003d354057d1f93961058a8462aaa2408f718748962c1d41038c8 0.10 MB 256 118
193,207 193,207 00000000000003ecf23c1ea432fd8798bd6f3585ae0890d9273ee9bf1880f2b4 0.10 MB 256 167
193,206 193,206 00000000000006e583960016df6170412431d586a9ef9846360a78dcd7cccc6d 0.05 MB 144 134
193,205 193,205 000000000000067a29c2b6321878336ae0644513b82ea6290cec4543ca2e9f0e 0.25 MB 369 100
193,204 193,204 00000000000005fbfad2a66f9f4fec59c41262026edbcba21f862120f6d94561 0.01 MB 15 112
193,203 193,203 000000000000005568a4be9bbece9c1e10dbb68421c5d5eac1f7688f35652148 0.25 MB 471 117
193,202 193,202 00000000000005e2b073f3608304cb3b163bfa47d50a8acaecdf18271f923fba 0.05 MB 138 163
193,201 193,201 00000000000007dfac031cbd1840183bdc4b5a1ced284492ae0b752d72a91dbc 0.04 MB 75 72
193,200 193,200 000000000000044413bb4e28fb13b0752c2c2cb50a93e1744052c889c9670573 0.06 MB 164 222
193,199 193,199 000000000000042b8919867bd94d8ec988584dccadac8150d6302cb68cc1a6d2 0.00 MB 8 3,146
193,198 193,198 00000000000003c08de5e898d67128a99fa787ce29b1f1396c61dc6d4ca6f898 0.04 MB 85 93
193,197 193,197 000000000000045a92e325cf3c377cb7c0be805c1a4554d02bc754a05f733baa 0.03 MB 64 131
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.