Memory Pool Memory Pool Refreshing

5,592 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (641,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,716 266,716 0000000000000004d365d14126116e4f335b0aadaca0b307ed8931465571ba3c 0.22 MB 546 96
266,715 266,715 0000000000000005c370933e4fa1b0200c83ac287bd0f0edad079494bdf4ea93 0.04 MB 111 79
266,714 266,714 0000000000000005e93c9a11b6165081f7505380226b01bfb3d1ab41e47a9a11 0.22 MB 566 129
266,713 266,713 000000000000000461868841fca4868fddf2876afd8003e1bf1f8d8fe1f175e8 0.04 MB 40 14
266,712 266,712 0000000000000007f833d87c3f97e1f559988dc0b77b86ade5596eaf2c47a0be 0.38 MB 887 107
266,711 266,711 0000000000000003f04d341caf0d4cfce97d5b519976429dcedad818d85b6dce 0.33 MB 668 101
266,710 266,710 000000000000000454f1055f309e78da91b1902895922ec8912b20cdd70ef845 0.42 MB 1,031 118
266,709 266,709 000000000000000595f7346803461a287097ed97764770a0cab523b686e9b002 0.15 MB 389 65
266,708 266,708 00000000000000013a1d1cd8be317c99f88d44d895cca2ead85847eeae49f987 0.06 MB 152 129
266,707 266,707 0000000000000000cfd504eb1a1f080f98a8a3543cb38484d7f7034787ca2c00 0.15 MB 206 57
266,706 266,706 00000000000000082eaf4df6259079e4d5458b08feb6268d600419d660c38bab 0.10 MB 246 121
266,705 266,705 0000000000000001d60f131b79efa887ee27c93159f441e218cbea1cd8e368f7 0.15 MB 381 95
266,704 266,704 0000000000000005af4307d9feb433928e221ef9721590b62b9b884c5cb24998 0.04 MB 99 85
266,703 266,703 000000000000000a0184901a61b64e272af436059f1951c1b9ecf8b9d2e8769b 0.34 MB 337 44
266,702 266,702 000000000000000316128741381ab9eea12eff8481479115128cc195111ec399 0.05 MB 104 68
266,701 266,701 000000000000000a253c48eaea29ae445ad8e67f0b41e488fd033fe7b41beafc 0.10 MB 263 99
266,700 266,700 0000000000000004681548ffeaf5e0104d2ca193e580595fb5c84b30212985b5 0.12 MB 275 61
266,699 266,699 00000000000000087b9a0ac7da845dd8fc0ddb0dcfa6a7c1c6339067536b74c6 0.15 MB 376 96
266,698 266,698 000000000000000a2ace1fabc3f0705733afd5fac53eef5ac8bdbe45a297b201 0.17 MB 345 85
266,697 266,697 000000000000000179df812dd55d61d488b6b1218dc57f02af78c05cddf5321c 0.04 MB 52 9
266,696 266,696 0000000000000004d65b45c9a78f76d4f49cd8d6c165a1d01106a336f7822159 0.15 MB 349 89
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.