Memory Pool Memory Pool Refreshing

14,197 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,197 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (669,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,297 238,297 00000000000000c19dffed976f8563113915c9e0c9f510a63e58b4d7a1cfe896 0.25 MB 550 154
238,296 238,296 00000000000001420abaf2efcc60a2da61eb66d435325f6bbc958125e2576426 0.25 MB 671 3,839
238,295 238,295 0000000000000046067f52c31a29e4a09f9fb336ab5b3d3c37cf5414cc0860a3 0.09 MB 170 155
238,294 238,294 0000000000000102878eb2b5dbf4a440832df801543047600cc7916f4a8c15bb 0.00 MB 1 0
238,293 238,293 0000000000000134fd9eece1a9bebb9ca40a9dbd13c56cc367c80d938afdbc0e 0.19 MB 429 168
238,292 238,292 0000000000000082c93e1b8550a88617fa04bd1b3dabf0135403387593b51324 0.05 MB 134 246
238,291 238,291 00000000000001074c4e2466bce972717466f98adedd6deb7daeaae8ae6ad51c 0.09 MB 161 159
238,290 238,290 000000000000006901bfc8b7294821e6fb33d4908837df844a9fbf8cd45abc24 0.16 MB 346 162
238,289 238,289 00000000000000f9fb23ededdf405f3584ba6607537bbdaa15929e195e60a2e7 0.23 MB 468 165
238,288 238,288 0000000000000077b32e36d691b3c5c298aac99c8372c48903259543471dd5df 0.25 MB 683 232
238,287 238,287 00000000000000fda2bac8a11645ae279e8b6815336160f86f25392f3d740777 0.09 MB 193 140
238,286 238,286 00000000000000832b3c6e19edc7f743a051c3e658a236438d188f0f3350f5e4 0.13 MB 254 185
238,285 238,285 000000000000014a1f6097a8105aea46c40326e3f8b7a58378d3296da9c0fe0f 0.06 MB 128 136
238,284 238,284 00000000000000423ee325746a022cc597b1b8f45c92d77be0f7e2c73b38ed72 0.23 MB 444 151
238,283 238,283 00000000000000b92d0465495e3701ff25dd6bce8ec43c667599ecd9a764558c 0.07 MB 135 140
238,282 238,282 00000000000000f7f748555766304e658d88c0119eff1973f09fb4e8facde2d6 0.18 MB 437 192
238,281 238,281 00000000000000bd91ce6ad5333c5d619d482cd7db030be52fbc80a014962590 0.12 MB 244 154
238,280 238,280 0000000000000160a79af5cbbe4063af8509426224057ac997e35bf2e296b50e 0.03 MB 55 92
238,279 238,279 000000000000006c301dc162f460e2f58a362c886fb56679ab9053cb38d78ae2 0.25 MB 459 136
238,278 238,278 00000000000000436d79a00d3e00661fbbf0a0979a2fc2334acca77c173f6a69 0.25 MB 590 193
238,277 238,277 000000000000010f92154fd56238d1d9384862f6f520bbc1a4e3476f275b179f 0.25 MB 643 203
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.