Memory Pool Memory Pool Refreshing

24,334 transactions
36.72 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,120 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,382 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,119 (591,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,247 270,247 00000000000000011ff0505b5a05a174257f1b9dee4b0a624642572f4f0f68ba 0.09 MB 188 44
270,246 270,246 00000000000000045f697aed905f79736dbc39db033edfd3eb38c47eade09a73 0.15 MB 305 14
270,245 270,245 00000000000000043ade239d24d311161e11b66325e1d9867d84711960947637 0.05 MB 133 18
270,244 270,244 0000000000000005d81a0699369c8d3fbf473e8fc992ecd8e86eccac853244fc 0.07 MB 111 22
270,243 270,243 0000000000000000e56afe6a2ab3f9b98fbcfaa3858310b65e4ffcda5c5119a5 0.25 MB 417 72
270,242 270,242 00000000000000027c1713dbb03682e565e6e0786100b3219f8dbae79090adc1 0.29 MB 288 21
270,241 270,241 0000000000000002da75c773a9585086257d3e22af0e998bf1190e689a9c10ca 0.20 MB 542 44
270,240 270,240 000000000000000634aad55f9507881292497def4fd835598bdb24104ed06823 0.20 MB 611 253
270,239 270,239 0000000000000000249f70ff362231538dd50ba936ab5f60c01196e75404505a 0.15 MB 304 52
270,238 270,238 0000000000000000060cbaf02710e7c891e06ec9eebada6e572324a685e1cbd6 0.06 MB 123 58
270,237 270,237 000000000000000649500b42bfd07ffe586a0074f5b2fcfe9445b2053b82b4c8 0.42 MB 412 31
270,236 270,236 000000000000000656e968d866a3a3b6fb4edbecfc1f49e2e8b36becf82f04dc 0.25 MB 453 48
270,235 270,235 0000000000000002059e7f0c251de4ca86e73d8d8dbb8f3cf9d071114d4cc0a5 0.35 MB 860 118
270,234 270,234 00000000000000055f457b8f2c189e90a045f153d42c6afb940cd7b8bc8105ad 0.25 MB 688 150
270,233 270,233 00000000000000020202d6a655001bc926138ed49cddd07efcf925cec757d026 0.43 MB 641 42
270,232 270,232 000000000000000334d285bbadcff6fdf291af8ad0d0a1089dd37bccd38ac37e 0.25 MB 645 83
270,231 270,231 0000000000000005983dc4f2d153a431e8cf9160dfb2e77c0c4f579e0d365c42 0.05 MB 98 27
270,230 270,230 00000000000000059eb82dc7eb95b1128c733cfb40b8987a493f6a72f21d16e8 0.20 MB 201 8
270,229 270,229 0000000000000000b171434259da10fa5d3554ce93f720fcbfa6e607ccd5443c 0.12 MB 267 44
270,228 270,228 0000000000000003dce63ef8eb8a023ec8b3b8bf8e94ec6db2e6101e07b6885e 0.48 MB 866 44
270,227 270,227 0000000000000003d56c568354fb79146069d6568c7062c4566dd09878a9c0d9 0.04 MB 83 13
Previous 10 blocks ↓
Total Size: 684.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,338.80 GB sent, 100.91 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.