Memory Pool Memory Pool Refreshing

7,091 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (702,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,273 205,273 00000000000004415210bfee57c0f7b0a1b56d4bf1feda3e3f77bab8bfc8f7f4 0.01 MB 7 7
205,272 205,272 0000000000000111077d839a4dce5bcbf9265a652b5dfef85b63ba3c7abe4f12 0.13 MB 187 165
205,271 205,271 000000000000015f7d2118092bd4c3980f8cc0d8ebd75b794ea4f7a352c79dad 0.03 MB 105 155
205,270 205,270 0000000000000458dc676242cb81d14582f3ace7edfeb87d814f0e8b272ca248 0.05 MB 140 120
205,269 205,269 0000000000000508cceb43c817c744e04c557e34799391d5768cbf081cd0e7f2 0.16 MB 249 139
205,268 205,268 000000000000048bb34c5363d479113f60010c8b6c387ebc5ba6cac91f9d0bb0 0.00 MB 10 93
205,267 205,267 00000000000002e9043729ef29e7946f205ed0733fc5ebd2bd77d07069a0f5a0 0.02 MB 72 219
205,266 205,266 00000000000004e99213788f80ff863bdd7ebd49b03dd4315f0d4fb23ced4ac4 0.04 MB 61 113
205,265 205,265 00000000000004bb7615c0da61623dcd27aa8861bf8c9f7870d7657f48178e3f 0.03 MB 95 0
205,264 205,264 000000000000018ecce797ddfc1ac82297d4dec579eda55f80492c18170adbbd 0.06 MB 149 201
205,263 205,263 00000000000004953ffd187aec47d5992e3c0a6a79d9e7212b256f473ce88c24 0.03 MB 73 161
205,262 205,262 000000000000037561233174348c068f24f6ff166accd6e0289b15a07755afea 0.07 MB 167 150
205,261 205,261 000000000000031ea99566212a6a65b86d445bd8261183141fbd218e8987e329 0.13 MB 260 145
205,260 205,260 00000000000002d9970b06d75b7893deebcdf2c0e7415047412b8eba7001ce59 0.01 MB 23 34
205,259 205,259 000000000000050142f43a4859810323bd1fc6bdfe1443a75a637d3dde270709 0.14 MB 144 117
205,258 205,258 000000000000051031199312dd6392158bc63098ffd3dc4d91c4d639450c5af5 0.10 MB 82 213
205,257 205,257 0000000000000186e939512551b8e59d723c8e7d41033066723eda4493f34e36 0.03 MB 112 66
205,256 205,256 000000000000005d9948e2b337aef7c3751dcc2d5147a1f4896d59ee063ff97b 0.13 MB 218 185
205,255 205,255 000000000000031654671583c9577f3a57636ac65fff190e5adc0224373e4793 0.05 MB 135 50
205,254 205,254 00000000000002ccd5693335673973ca236675024e0c39c9e32eecfd31bd8dc5 0.12 MB 263 211
205,253 205,253 00000000000003e2e1e95c3063723350d02fa8959306908138b281790ff22d2b 0.01 MB 32 208
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.